From 098f34bc70035ef644df47eeb50a971f62680fcb Mon Sep 17 00:00:00 2001 From: iameskild Date: Mon, 11 Sep 2023 12:23:22 -0600 Subject: [PATCH] Explicitly set docker image tag equal to current version --- .github/workflows/publish-image.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/publish-image.yaml b/.github/workflows/publish-image.yaml index 5767cb8..b6d0bbf 100644 --- a/.github/workflows/publish-image.yaml +++ b/.github/workflows/publish-image.yaml @@ -37,6 +37,8 @@ jobs: uses: docker/metadata-action@v4 with: images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }} + tags: | + ${{ env.VERSION }} - name: Build and push Docker image uses: docker/build-push-action@v4