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
a14f418580
commit
678d1cef20
|
@ -15,6 +15,11 @@ jobs:
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
# BUILDAH
|
# BUILDAH
|
||||||
|
- name: Install Docker
|
||||||
|
run: |
|
||||||
|
apt-get update
|
||||||
|
apt-get install -y buildah podman
|
||||||
|
|
||||||
- name: Buildah Action
|
- name: Buildah Action
|
||||||
uses: redhat-actions/buildah-build@v2
|
uses: redhat-actions/buildah-build@v2
|
||||||
id: build-image
|
id: build-image
|
||||||
|
|
Loading…
Reference in New Issue