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:14:52 +01:00
parent 632d99458a
commit 7dd32f8e68
1 changed files with 3 additions and 1 deletions

View File

@ -15,7 +15,7 @@ jobs:
uses: actions/checkout@v4
# BUILDAH
- name: Install Docker
- name: Install Buildah
run: |
apt-get update
apt-get install -y buildah podman
@ -32,6 +32,8 @@ jobs:
build-args: |
ACCESS_TOKEN_USR=ncaron
ACCESS_TOKEN_PWD=6744954b4a3a43422e62e8d110f90de527ce094d
extra-args: |
BUILDAH_ISOLATION=chroot
- name: Push To Registry
id: push-to-registry