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