Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
lilyLuLiu authored Jul 3, 2024
1 parent fa48255 commit f7bab3b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,8 @@ jobs:
env:
TAG_CONTEXT: ${{ toJson(github.ref_name) }}
run: |
./build-qe-images.sh "$TAG_CONTEXT"
echo "$TAG_CONTEXT"
./build-qe-images.sh $TAG_CONTEXT
shell: bash


0 comments on commit f7bab3b

Please sign in to comment.