redhat镜像需要podman环境
Some checks failed
Docker Build / Build and push docker image (push) Failing after 34s
Some checks failed
Docker Build / Build and push docker image (push) Failing after 34s
This commit is contained in:
parent
7557ef0149
commit
991b99f5a5
@ -24,6 +24,9 @@ jobs:
|
|||||||
- name: Checkout code
|
- name: Checkout code
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
|
- name: install podman
|
||||||
|
run: apt update && apt install podman -y
|
||||||
|
|
||||||
- uses: redhat-actions/buildah-build@v2
|
- uses: redhat-actions/buildah-build@v2
|
||||||
with:
|
with:
|
||||||
image: my-new-image
|
image: my-new-image
|
||||||
@ -37,8 +40,7 @@ jobs:
|
|||||||
# with:
|
# with:
|
||||||
# who-to-greet: Test
|
# who-to-greet: Test
|
||||||
|
|
||||||
# - name: install podman
|
|
||||||
# run: apt update && apt install podman -y
|
|
||||||
|
|
||||||
# - name: Build Docker Image
|
# - name: Build Docker Image
|
||||||
# run: podman build -t ${{ IMAGE_REGISTRY }}/${{ PROJECT_NAME }}:${{ IMAGE_TAGS }} .
|
# run: podman build -t ${{ IMAGE_REGISTRY }}/${{ PROJECT_NAME }}:${{ IMAGE_TAGS }} .
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user