redhat镜像需要podman环境
Some checks failed
Docker Build / Build and push docker image (push) Failing after 34s

This commit is contained in:
xiaohei 2025-02-16 07:46:34 +08:00
parent 7557ef0149
commit 991b99f5a5

View File

@ -24,6 +24,9 @@ jobs:
- name: Checkout code
uses: actions/checkout@v4
- name: install podman
run: apt update && apt install podman -y
- uses: redhat-actions/buildah-build@v2
with:
image: my-new-image
@ -37,8 +40,7 @@ jobs:
# with:
# who-to-greet: Test
# - name: install podman
# run: apt update && apt install podman -y
# - name: Build Docker Image
# run: podman build -t ${{ IMAGE_REGISTRY }}/${{ PROJECT_NAME }}:${{ IMAGE_TAGS }} .