We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe77a87 commit 63e0fc6Copy full SHA for 63e0fc6
.github/workflows/build-ci-container.yml
@@ -41,7 +41,9 @@ jobs:
41
- name: Build container
42
working-directory: ./.github/workflows/containers/github-action-ci/
43
run: |
44
- podman build -t ${{ steps.vars.outputs.container-name-tag }} -f stage1.Dockerfile .
+ #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 }}
47
48
- name: Save container image
49
0 commit comments