Skip to content

Commit

Permalink
Update image.yml
Browse files Browse the repository at this point in the history
Fix formatting
  • Loading branch information
hardillb committed Oct 5, 2020
1 parent 88992c8 commit 62f9e0b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ jobs:
run: echo "${{ secrets.DOCKER_PASSWORD }}" | docker login -u "${{ secrets.DOCKER_USERNAME }}" --password-stdin
- name: build
run: |
docker buildx build \
--tag hardillb/traefik-avahi-helper:latest \
--platform linux/amd64,linux/arm/v7,linux/arm64 .
docker buildx build \
--tag hardillb/traefik-avahi-helper:latest \
--platform linux/amd64,linux/arm/v7,linux/arm64 .

0 comments on commit 62f9e0b

Please sign in to comment.