From 71cad6ec672737ad865202d6e73c87e2dfc00fc7 Mon Sep 17 00:00:00 2001 From: Han <4738254+h4n0@users.noreply.github.com> Date: Mon, 12 Dec 2022 02:45:06 +0100 Subject: [PATCH] Fix build and publish docker GitHub Action typo (#402) --- .github/workflows/build-publish-image.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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