Add install buildah package step
Build website container / Build image (push) Failing after 8s
Details
Build website container / Build image (push) Failing after 8s
Details
This commit is contained in:
parent
dcf3ec12fa
commit
ba49ca249d
|
@ -12,9 +12,13 @@ jobs:
|
||||||
IMAGE_NAME: namesny-com
|
IMAGE_NAME: namesny-com
|
||||||
REGISTRY: git.namesny.com
|
REGISTRY: git.namesny.com
|
||||||
steps:
|
steps:
|
||||||
|
|
||||||
- name: Clone the repository
|
- name: Clone the repository
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
|
|
||||||
|
- name: Install Buildah
|
||||||
|
run: sudo apt-get install -y buildah
|
||||||
|
|
||||||
- name: Buildah Action
|
- name: Buildah Action
|
||||||
id: build-image
|
id: build-image
|
||||||
uses: redhat-actions/buildah-build@v2
|
uses: redhat-actions/buildah-build@v2
|
||||||
|
|
Loading…
Reference in New Issue