diff --git a/.github/workflows/docker-image.yml b/.github/workflows/docker-image.yml index 17be85da..4212d9ee 100644 --- a/.github/workflows/docker-image.yml +++ b/.github/workflows/docker-image.yml @@ -47,7 +47,7 @@ jobs: push: true platforms: linux/amd64,linux/arm64 tags: | - ${{ secrets.DOCKERHUB_USERNAME }}/${{ GITHUB_REPOSITORY_NAME }}:${{ github.ref_name }} - ${{ secrets.DOCKERHUB_USERNAME }}/${{ GITHUB_REPOSITORY_NAME }}:latest + ${{ secrets.DOCKERHUB_USERNAME }}/${{ DOCKERHUB_REPOSITORY_NAME }}:${{ github.ref_name }} + ${{ secrets.DOCKERHUB_USERNAME }}/${{ DOCKERHUB_REPOSITORY_NAME }}:latest ghcr.io/${{ github.repository }}:${{ github.ref_name }} ghcr.io/${{ github.repository }}:latest