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 8, 2024
1 parent 6cd2117 commit 6125044
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 @@ -30,6 +30,7 @@ jobs:
run: |
cat > build-qe-images.sh << EOF
name=v"${1}"
echo ${1}
echo $name
echo "test"
podman pull quay.io/rhn_support_lul/mytest1:v1
Expand All @@ -48,7 +49,7 @@ jobs:
TAG_CONTEXT: ${{ toJson(github.ref_name) }}
run: |
echo "$TAG_CONTEXT"
./build-qe-images.sh $TAG_CONTEXT
./build-qe-images.sh "$TAG_CONTEXT"
shell: bash


0 comments on commit 6125044

Please sign in to comment.