Skip to content

Commit

Permalink
Finish
Browse files Browse the repository at this point in the history
  • Loading branch information
invliD committed Feb 24, 2024
1 parent 3975c04 commit 98c8065
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
run: test -z $(gofmt -l .) || (gofmt -d . && exit 1)
publish:
needs: compile
# if: github.ref == 'refs/heads/master'
if: github.ref == 'refs/heads/master'
runs-on: ubuntu-latest
steps:
- name: Download artifact
Expand All @@ -92,4 +92,4 @@ jobs:
-m docker.io/invlid/mdns2mqtt@$(crane digest --tarball /tmp/image-amd64.tar) \
-m docker.io/invlid/mdns2mqtt@$(crane digest --tarball /tmp/image-arm64.tar) \
-m docker.io/invlid/mdns2mqtt@$(crane digest --tarball /tmp/image-mips.tar) \
-t docker.io/invlid/mdns2mqtt:latest-test
-t docker.io/invlid/mdns2mqtt:latest

0 comments on commit 98c8065

Please sign in to comment.