Skip to content

Commit

Permalink
ci: Always pull the latest base image for multiarch builds
Browse files Browse the repository at this point in the history
  • Loading branch information
gabe565 committed Feb 10, 2025
1 parent 9d803dc commit 65c41de
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,7 @@ jobs:
uses: docker/build-push-action@v6
with:
context: .
pull: true
push: ${{ github.ref_name == 'main' }}
platforms: ${{ matrix.platforms }}
tags: ${{ steps.meta-base.outputs.tags }}
Expand Down

0 comments on commit 65c41de

Please sign in to comment.