Skip to content

Commit 67029f1

Browse files
authored
Always pull ubuntu:22.04 (#1940)
1 parent 1b04ebe commit 67029f1

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/docker-build-test-upload.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,11 @@ jobs:
5454
image: ${{ inputs.parentImage }}
5555
platform: ${{ inputs.platform }}
5656

57+
- name: Pull ubuntu:22.04 image 📥
58+
if: ${{ inputs.parentImage == '' }}
59+
run: docker pull ubuntu:22.04
60+
shell: bash
61+
5762
- name: Build image 🛠
5863
run: docker build --rm --force-rm --tag ${{ env.OWNER }}/${{ inputs.image }} ${{ inputs.image }}/
5964
env:

0 commit comments

Comments
 (0)