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

This commit is contained in:
Arnaud Delcasse 2024-03-22 08:47:28 +01:00
parent a14f418580
commit 678d1cef20
1 changed files with 5 additions and 0 deletions

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