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
|
||||
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 }} .
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user