From a07ac8c013c7d3f550277b7043fca334155f41a0 Mon Sep 17 00:00:00 2001 From: Amit Parekh <7276308+amitkparekh@users.noreply.github.com> Date: Fri, 1 Dec 2023 15:44:08 +0000 Subject: [PATCH] ci: try another thing for the tagging --- .github/workflows/build-image.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-image.yml b/.github/workflows/build-image.yml index 6c960ae..a48ce93 100644 --- a/.github/workflows/build-image.yml +++ b/.github/workflows/build-image.yml @@ -63,8 +63,8 @@ jobs: with: images: ${{ env.REGISTRY }}/${{ env.REPOSITORY }} tags: | - type=raw,value=${{IMAGE_TAG}},enable=${{ github.ref == format('refs/heads/{0}', 'main') }} - type=raw,value=${{IMAGE_TAG}},enable={{is_default_branch}} + type=raw,value=${{env.IMAGE_TAG}},enable=${{ github.ref == format('refs/heads/{0}', 'main') }} + type=raw,value=${{env.IMAGE_TAG}},enable={{is_default_branch}} - name: Build and push image uses: docker/build-push-action@v5