Skip to content

Commit 0ebdb12

Browse files
fix: image tag
Signed-off-by: Carlos Feria <2582866+carlosthe19916@users.noreply.github.com>
1 parent 7658cdd commit 0ebdb12

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci-e2e.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
if [[ "$branch" != "main" ]]; then
4949
image_tag="${branch#release/}"
5050
fi
51-
echo "image_tag=image_tag" >> $GITHUB_ENV
51+
echo "image_tag=$image_tag" >> $GITHUB_ENV
5252
- name: Extract vars for Push
5353
shell: bash
5454
if: ${{ github.event_name != 'pull_request' && github.event_name != 'merge_group' }}
@@ -62,6 +62,7 @@ jobs:
6262
- name: Set outputs
6363
id: set-outputs
6464
run: |
65+
echo ${{ env.image_tag }}
6566
echo "image_tag=${{ env.image_tag }}" >> "$GITHUB_OUTPUT"
6667
6768
run-e2e-ci:

0 commit comments

Comments
 (0)