修复buildah安装命令错误
Some checks failed
Docker Build / Build and push docker image (push) Failing after 21s

This commit is contained in:
xiaohei 2025-02-15 13:35:13 +08:00
parent 1c2203f927
commit fdcb60599c

View File

@ -24,7 +24,7 @@ jobs:
uses: actions/checkout@v4
- name: install buildah
run: apt update && apt install buildah
run: apt update && apt install buildah -y
- name: Build Docker Image
id: build_image