Try with Buildah
Some checks failed
Build and Push Docker Image / checkout_repository (push) Failing after 23s

This commit is contained in:
2024-03-22 08:47:28 +01:00
parent a14f418580
commit 678d1cef20

View File

@@ -15,6 +15,11 @@ jobs:
uses: actions/checkout@v4
# BUILDAH
- name: Install Docker
run: |
apt-get update
apt-get install -y buildah podman
- name: Buildah Action
uses: redhat-actions/buildah-build@v2
id: build-image