Skip to content

Commit

Permalink
🌱 install pigz for github workflow (#57)
Browse files Browse the repository at this point in the history
Signed-off-by: David Zager <dzager@redhat.com>
  • Loading branch information
djzager committed Aug 24, 2023
1 parent 8260f93 commit 6284823
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/multi-arch_images_build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ jobs:
strategy:
fail-fast: false
steps:
- name: Install pigz
shell: bash
run: sudo apt-get install -y pigz
- name: Checkout Push to Registry action
uses: konveyor/release-tools/build-push-quay@main
with:
Expand Down

0 comments on commit 6284823

Please sign in to comment.