增加安装buildah
Some checks failed
Docker Build / Build and push docker image (push) Failing after 16s

This commit is contained in:
xiaohei 2025-02-15 13:34:04 +08:00
parent 51e4bf4536
commit 1c2203f927

View File

@ -23,6 +23,9 @@ jobs:
- name: Checkout code
uses: actions/checkout@v4
- name: install buildah
run: apt update && apt install buildah
- name: Build Docker Image
id: build_image
uses: redhat-actions/buildah-build@v2