We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7658cdd commit 0ebdb12Copy full SHA for 0ebdb12
.github/workflows/ci-e2e.yaml
@@ -48,7 +48,7 @@ jobs:
48
if [[ "$branch" != "main" ]]; then
49
image_tag="${branch#release/}"
50
fi
51
- echo "image_tag=image_tag" >> $GITHUB_ENV
+ echo "image_tag=$image_tag" >> $GITHUB_ENV
52
- name: Extract vars for Push
53
shell: bash
54
if: ${{ github.event_name != 'pull_request' && github.event_name != 'merge_group' }}
@@ -62,6 +62,7 @@ jobs:
62
- name: Set outputs
63
id: set-outputs
64
run: |
65
+ echo ${{ env.image_tag }}
66
echo "image_tag=${{ env.image_tag }}" >> "$GITHUB_OUTPUT"
67
68
run-e2e-ci:
0 commit comments