再次测试redhat的actions
Some checks failed
Docker Build / Build and push docker image (push) Failing after 10s
Some checks failed
Docker Build / Build and push docker image (push) Failing after 10s
This commit is contained in:
parent
b4e1bc886e
commit
7557ef0149
@ -24,11 +24,18 @@ jobs:
|
|||||||
- name: Checkout code
|
- name: Checkout code
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
- name: Print to Log
|
- uses: redhat-actions/buildah-build@v2
|
||||||
id: print-to-log
|
|
||||||
uses: ./
|
|
||||||
with:
|
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
|
# - name: install podman
|
||||||
# run: apt update && apt install podman -y
|
# run: apt update && apt install podman -y
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user