再次测试redhat的actions
Some checks failed
Docker Build / Build and push docker image (push) Failing after 10s

This commit is contained in:
xiaohei 2025-02-16 07:45:12 +08:00
parent b4e1bc886e
commit 7557ef0149

View File

@ -24,11 +24,18 @@ jobs:
- name: Checkout code
uses: actions/checkout@v4
- name: Print to Log
id: print-to-log
uses: ./
- uses: redhat-actions/buildah-build@v2
with:
who-to-greet: Test
image: my-new-image
tags: v1 ${{ gitea.sha }}
dockerfiles: |
./Dockerfile
# - name: Print to Log
# id: print-to-log
# uses: ./
# with:
# who-to-greet: Test
# - name: install podman
# run: apt update && apt install podman -y