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 9eb262b commit 0197123
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,6 @@ jobs:
steps:
- name: Check out repository code
uses: actions/checkout@v4
- name: get tag
env:
TAG_CONTEXT: ${{ toJson(github.ref_name) }}
run: echo "$TAG_CONTEXT"
- name: login quay
uses: redhat-actions/podman-login@v1
with:
Expand All @@ -45,6 +41,8 @@ jobs:
chmod +x build-qe-images.sh
shell: bash
- name: run script
env:
TAG_CONTEXT: ${{ toJson(github.ref_name) }}
run: |
./build-qe-images.sh "$TAG_CONTEXT"
shell: bash
Expand Down

0 comments on commit 0197123

Please sign in to comment.