Skip to content

Commit d1b491f

Browse files
committed
add qemu initialization to GHA, update Pipfile.lock to remove vulnerabilities
Signed-off-by: Bryce Palmer <bpalmer@redhat.com>
1 parent 499f77b commit d1b491f

File tree

2 files changed

+161
-154
lines changed

2 files changed

+161
-154
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,9 @@ jobs:
3434
registry: quay.io
3535
username: ${{ secrets.QUAY_USERNAME }}
3636
password: ${{ secrets.QUAY_PASSWORD }}
37+
38+
- name: Set up QEMU
39+
uses: docker/setup-qemu-action@v2
3740

3841
- name: Set the release related variables
3942
run: |

0 commit comments

Comments
 (0)