Skip to content

Commit 63e0fc6

Browse files
committed
XXX: debug
1 parent fe77a87 commit 63e0fc6

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/build-ci-container.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,9 @@ jobs:
4141
- name: Build container
4242
working-directory: ./.github/workflows/containers/github-action-ci/
4343
run: |
44-
podman build -t ${{ steps.vars.outputs.container-name-tag }} -f stage1.Dockerfile .
44+
#podman build -t ${{ steps.vars.outputs.container-name-tag }} -f stage1.Dockerfile .
45+
podman pull docker.io/library/ubuntu:22.04
46+
podman tag docker.io/library/ubuntu:22.04 ${{ steps.vars.outputs.container-name-tag }}
4547
4648
- name: Save container image
4749
run: |

0 commit comments

Comments
 (0)