File tree Expand file tree Collapse file tree 2 files changed +3
-5
lines changed Expand file tree Collapse file tree 2 files changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -85,14 +85,13 @@ runs:
85
85
- name : Squash image layers to save disk space
86
86
shell : bash
87
87
run : |
88
- python3 -m pipx install docker-squash
88
+ python3 -m pipx install --force docker-squash
89
89
docker-squash ${{ inputs.namespace }}/${{ inputs.final_image }}:test
90
90
91
91
- name : Run tests against the container
92
92
shell : bash
93
93
run : |
94
- python3 -m pip install --upgrade pip
95
- python3 -m pip install --upgrade "tox>=4.0.0"
94
+ python3 -m pipx install --force "tox>=4.0.0"
96
95
tox -e test-image -- --container-engine docker --image-name ${{ inputs.namespace }}/${{ inputs.final_image }}:test
97
96
98
97
- name : Push the built image to ${{ inputs.registry }} by digest for ${{ matrix.platform }}
Original file line number Diff line number Diff line change 36
36
fail-fast : false
37
37
matrix :
38
38
include :
39
- - builder : ubuntu-24.04
40
- # devtools-multiarch-builder
39
+ - builder : devtools-multiarch-builder
41
40
platform : linux/amd64
42
41
name : amd64
43
42
- builder : devtools-arm64-runner
You can’t perform that action at this time.
0 commit comments