Update package list
Build website container / Build image (push) Failing after 3m8s
Details
Build website container / Build image (push) Failing after 3m8s
Details
This commit is contained in:
parent
d07ee060e9
commit
58e3d0ab22
|
@ -18,7 +18,7 @@ jobs:
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
|
|
||||||
- name: Install Buildah
|
- name: Install Buildah
|
||||||
run: sudo apt-get install -y buildah
|
run: sudo apt-get update -y && sudo apt-get install -y buildah
|
||||||
|
|
||||||
- name: Buildah Action
|
- name: Buildah Action
|
||||||
id: build-image
|
id: build-image
|
||||||
|
|
Loading…
Reference in New Issue