Try with Buildah
Build and Push Docker Image / checkout_repository (push) Failing after 23s
Details
Build and Push Docker Image / checkout_repository (push) Failing after 23s
Details
This commit is contained in:
parent
f86693da90
commit
632d99458a
|
@ -19,6 +19,7 @@ jobs:
|
||||||
run: |
|
run: |
|
||||||
apt-get update
|
apt-get update
|
||||||
apt-get install -y buildah podman
|
apt-get install -y buildah podman
|
||||||
|
export BUILDAH_ISOLATION=chroot
|
||||||
|
|
||||||
- name: Buildah Action
|
- name: Buildah Action
|
||||||
uses: redhat-actions/buildah-build@v2
|
uses: redhat-actions/buildah-build@v2
|
||||||
|
@ -31,7 +32,6 @@ jobs:
|
||||||
build-args: |
|
build-args: |
|
||||||
ACCESS_TOKEN_USR=ncaron
|
ACCESS_TOKEN_USR=ncaron
|
||||||
ACCESS_TOKEN_PWD=6744954b4a3a43422e62e8d110f90de527ce094d
|
ACCESS_TOKEN_PWD=6744954b4a3a43422e62e8d110f90de527ce094d
|
||||||
BUILDAH_ISOLATION=chroot
|
|
||||||
|
|
||||||
- name: Push To Registry
|
- name: Push To Registry
|
||||||
id: push-to-registry
|
id: push-to-registry
|
||||||
|
|
Loading…
Reference in New Issue