Add install buildah package step
Build website container / Build image (push) Failing after 8s Details

This commit is contained in:
LordMathis 2023-11-23 19:23:46 +01:00
parent dcf3ec12fa
commit ba49ca249d
1 changed files with 4 additions and 0 deletions

View File

@ -12,9 +12,13 @@ jobs:
IMAGE_NAME: namesny-com
REGISTRY: git.namesny.com
steps:
- name: Clone the repository
uses: actions/checkout@v3
- name: Install Buildah
run: sudo apt-get install -y buildah
- name: Buildah Action
id: build-image
uses: redhat-actions/buildah-build@v2