Skip to content

Commit

Permalink
cicd: checkout repo where needed
Browse files Browse the repository at this point in the history
Signed-off-by: Hank Donnay <hdonnay@redhat.com>
  • Loading branch information
hdonnay committed Mar 3, 2022
1 parent c7ef850 commit 3ba11c9
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/cut-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,8 @@ jobs:
GOOS: ${{matrix.goos}}
GOARCH: ${{matrix.goarch}}
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Fetch Artifacts
uses: actions/download-artifact@v2
id: download
Expand Down Expand Up @@ -199,6 +201,9 @@ jobs:
push: true
tags: |
quay.io/${{ needs.config.outputs.image_repo }}:${{ needs.config.outputs.image_tag }}
- name: Checkout
if: needs.config.outputs.is_prerelease
uses: actions/checkout@v2
- name: Set Expiration
if: needs.config.outputs.is_prerelease
uses: ./.github/actions/set-image-expiration
Expand Down

0 comments on commit 3ba11c9

Please sign in to comment.