This commit is contained in:
parent
51e4bf4536
commit
1c2203f927
@ -23,6 +23,9 @@ jobs:
|
||||
- name: Checkout code
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: install buildah
|
||||
run: apt update && apt install buildah
|
||||
|
||||
- name: Build Docker Image
|
||||
id: build_image
|
||||
uses: redhat-actions/buildah-build@v2
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user