This commit is contained in:
parent
47b56f19cd
commit
503188431b
1 changed files with 3 additions and 0 deletions
|
@ -29,6 +29,9 @@ jobs:
|
|||
id-token: write
|
||||
|
||||
steps:
|
||||
- name: Install buildah
|
||||
run: apt update && apt install -y buildah
|
||||
|
||||
- name: Checkout
|
||||
uses: https://github.com/actions/checkout@v3
|
||||
|
||||
|
|
Loading…
Reference in a new issue