Skip to content

Commit

Permalink
Always pull ubuntu:22.04 (#1940)
Browse files Browse the repository at this point in the history
  • Loading branch information
mathbunnyru authored Jul 11, 2023
1 parent 1b04ebe commit 67029f1
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/docker-build-test-upload.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,11 @@ jobs:
image: ${{ inputs.parentImage }}
platform: ${{ inputs.platform }}

- name: Pull ubuntu:22.04 image 📥
if: ${{ inputs.parentImage == '' }}
run: docker pull ubuntu:22.04
shell: bash

- name: Build image 🛠
run: docker build --rm --force-rm --tag ${{ env.OWNER }}/${{ inputs.image }} ${{ inputs.image }}/
env:
Expand Down

0 comments on commit 67029f1

Please sign in to comment.