File tree Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Original file line number Diff line number Diff line change 20
20
jobs :
21
21
build-ci-container :
22
22
if : github.repository_owner == 'llvm'
23
- runs-on : depot-ubuntu-24.04
23
+ runs-on : depot-ubuntu-24.04-16
24
24
outputs :
25
25
container-name : ${{ steps.vars.outputs.container-name }}
26
26
container-name-tag : ${{ steps.vars.outputs.container-name-tag }}
@@ -41,13 +41,11 @@ jobs:
41
41
- name : Build container
42
42
working-directory : ./.github/workflows/containers/github-action-ci/
43
43
run : |
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 }}
44
+ podman build -t ${{ steps.vars.outputs.container-name-tag }} -f stage1.Dockerfile .
47
45
48
46
- name : Save container image
49
47
run : |
50
- podman save ${{ steps.vars.outputs.container-name-tag }} > ${{ steps.vars.outputs.container-filename }}
48
+ podman save ${{ steps.vars.outputs.container-name-tag }} > ${{ steps.vars.outputs.container-filename }}.tar
51
49
52
50
# Upload the container so we have it in case the push fails. This also
53
51
# allows us to separate the push step into a separate job so we can
You can’t perform that action at this time.
0 commit comments