Try with Buildah
Some checks failed
Build and Push Docker Image / checkout_repository (push) Failing after 23s
Some checks failed
Build and Push Docker Image / checkout_repository (push) Failing after 23s
This commit is contained in:
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@@ -15,7 +15,7 @@ jobs:
|
|||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
# BUILDAH
|
# BUILDAH
|
||||||
- name: Install Docker
|
- name: Install Buildah
|
||||||
run: |
|
run: |
|
||||||
apt-get update
|
apt-get update
|
||||||
apt-get install -y buildah podman
|
apt-get install -y buildah podman
|
||||||
@@ -32,6 +32,8 @@ jobs:
|
|||||||
build-args: |
|
build-args: |
|
||||||
ACCESS_TOKEN_USR=ncaron
|
ACCESS_TOKEN_USR=ncaron
|
||||||
ACCESS_TOKEN_PWD=6744954b4a3a43422e62e8d110f90de527ce094d
|
ACCESS_TOKEN_PWD=6744954b4a3a43422e62e8d110f90de527ce094d
|
||||||
|
extra-args: |
|
||||||
|
BUILDAH_ISOLATION=chroot
|
||||||
|
|
||||||
- name: Push To Registry
|
- name: Push To Registry
|
||||||
id: push-to-registry
|
id: push-to-registry
|
||||||
|
|||||||
Reference in New Issue
Block a user