diff --git a/.github/workflows/build-publish.yml b/.github/workflows/build-publish.yml index f2ff4d8..aad0d8d 100644 --- a/.github/workflows/build-publish.yml +++ b/.github/workflows/build-publish.yml @@ -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 }}