Install buildah
Some checks failed
Build and Push Docker Image / build (push) Failing after 20s

This commit is contained in:
2026-02-18 20:00:44 +01:00
parent 7c8495d8d4
commit 713fae2d96

View File

@@ -18,6 +18,9 @@ jobs:
username: ${{ secrets.REGISTRY_USER }} username: ${{ secrets.REGISTRY_USER }}
password: ${{ secrets.REGISTRY_PASSWORD }} password: ${{ secrets.REGISTRY_PASSWORD }}
- name: Install buildah
run: sudo apt-get -y update && sudo apt-get -y install buildah
- name: Buildah Build - name: Buildah Build
env: env:
BRANCH_NAME: ${{ github.ref_name }} BRANCH_NAME: ${{ github.ref_name }}