Skip to content

Commit

Permalink
Always attempt to pull all referenced images when building.
Browse files Browse the repository at this point in the history
  • Loading branch information
jlesage committed Oct 21, 2022
1 parent 07c02df commit 052aaa7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build-baseimage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -189,6 +189,7 @@ jobs:
uses: docker/build-push-action@v3
with:
push: true
pull: true
platforms: ${{ fromJSON(matrix.info).platforms }}
tags: ${{ steps.prep.outputs.tags }}
build-args: |
Expand Down

0 comments on commit 052aaa7

Please sign in to comment.