From 761f13babdcfb9e0c202d2743c887a8b82705173 Mon Sep 17 00:00:00 2001 From: Michael Richardson Date: Sun, 12 Nov 2023 16:49:17 +1000 Subject: [PATCH] try again --- .github/workflows/build-and-push-image.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-and-push-image.yaml b/.github/workflows/build-and-push-image.yaml index 66b2288..d1ec2f8 100644 --- a/.github/workflows/build-and-push-image.yaml +++ b/.github/workflows/build-and-push-image.yaml @@ -59,8 +59,8 @@ jobs: id: image-tag run: | tag="${{ steps.branch-name.outputs.current_branch }}.${{ github.run_id }}" - echo "image=${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:$tag" >> $GITHUB_ENV - echo "tag=$tag" >> $GITHUB_ENV + echo "image=${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:$tag" >> ${GITHUB_ENV} + echo "tag=$tag" >> ${GITHUB_ENV} - name: Login to GitHub Container Registry uses: docker/login-action@v3