Skip to content

Commit

Permalink
Merge pull request #72 from unixorn/another-docker-fix-attempt
Browse files Browse the repository at this point in the history
Another attempt at fixing docker publishing
  • Loading branch information
unixorn authored Mar 8, 2023
2 parents 3d35574 + 5e1e956 commit 989f2d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,4 +77,4 @@ jobs:
application_version: ${{ github.ref_name }}
push: true
platforms: linux/arm64,linux/amd64,linux/arm/v7
tags: ${{ secrets.DOCKERHUB_USERNAME }}/ha-mqtt-discoverable:latest,${{ secrets.DOCKERHUB_USERNAME }}/ha-mqtt-discoverable:${{ github.ref_name }}
tags: unixorn/ha-mqtt-discoverable:${{ github.ref_name }}

0 comments on commit 989f2d1

Please sign in to comment.