From 5dec7b980f7f4e39f6f1e8758c120388dc0328b4 Mon Sep 17 00:00:00 2001 From: Michael Richardson Date: Sun, 12 Nov 2023 16:53:09 +1000 Subject: [PATCH] debugging --- .github/workflows/build-and-push-image.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/build-and-push-image.yaml b/.github/workflows/build-and-push-image.yaml index d1ec2f8..0c3d533 100644 --- a/.github/workflows/build-and-push-image.yaml +++ b/.github/workflows/build-and-push-image.yaml @@ -61,6 +61,7 @@ jobs: 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 "tag=$tag" - name: Login to GitHub Container Registry uses: docker/login-action@v3