Skip to content

Commit

Permalink
ci: fix extract step
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 8d2d159 commit d4983fd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/cut-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -188,6 +188,7 @@ jobs:
password: ${{ secrets.QUAY_TOKEN }}
- name: Extract Release
run: |
mkdir "${RUNNER_TEMP}/build"
tar -xz -f ${{steps.download.outputs.download-path}}/clair-${{ needs.config.outputs.version }}.tar.gz --strip-components=1 -C "${RUNNER_TEMP}/build"
- name: Build Container
uses: docker/build-push-action@v2
Expand Down

0 comments on commit d4983fd

Please sign in to comment.