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 10:06:27 +01:00
parent f86693da90
commit 632d99458a
1 changed files with 1 additions and 1 deletions

View File

@ -19,6 +19,7 @@ jobs:
run: |
apt-get update
apt-get install -y buildah podman
export BUILDAH_ISOLATION=chroot
- name: Buildah Action
uses: redhat-actions/buildah-build@v2
@ -31,7 +32,6 @@ jobs:
build-args: |
ACCESS_TOKEN_USR=ncaron
ACCESS_TOKEN_PWD=6744954b4a3a43422e62e8d110f90de527ce094d
BUILDAH_ISOLATION=chroot
- name: Push To Registry
id: push-to-registry