diff --git a/.github/workflows/build-publish-image.yml b/.github/workflows/build-publish-image.yml index 328de3d..d2ee88a 100644 --- a/.github/workflows/build-publish-image.yml +++ b/.github/workflows/build-publish-image.yml @@ -50,4 +50,4 @@ jobs: with: context: . push: true - tags: ${{ env.DOCKER_REPO }}:v${{ steps.rev.outputs.value }}, ${{ secrets.DOCKER_REPO }}:latest + tags: ${{ env.DOCKER_REPO }}:v${{ steps.rev.outputs.value }}, ${{ env.DOCKER_REPO }}:latest