修复buildah安装命令错误
Some checks failed
Docker Build / Build and push docker image (push) Failing after 21s
Some checks failed
Docker Build / Build and push docker image (push) Failing after 21s
This commit is contained in:
parent
1c2203f927
commit
fdcb60599c
@ -24,7 +24,7 @@ jobs:
|
|||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
- name: install buildah
|
- name: install buildah
|
||||||
run: apt update && apt install buildah
|
run: apt update && apt install buildah -y
|
||||||
|
|
||||||
- name: Build Docker Image
|
- name: Build Docker Image
|
||||||
id: build_image
|
id: build_image
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user