install buildah
Build and Push Image / Build and push image (push) Failing after 5s Details

This commit is contained in:
Tobias Brunner 2023-11-12 20:29:31 +01:00
parent 1796139bf4
commit c13f4e6ff5
Signed by: tobru
SSH Key Fingerprint: SHA256:kywVhvCA+MIxL6eBgoQa+BfC/ROJqcfD2bpy1PR6Ebk
1 changed files with 3 additions and 0 deletions

View File

@ -10,6 +10,9 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Install Tools
run: sudo apt-get -y install buildah
- name: Build Image
id: build-image
uses: redhat-actions/buildah-build@v2