ci: Added pull:true to multiarch build

This commit is contained in:
Geoff Bourne
2021-02-08 21:27:25 -06:00
parent 31f25cfd1b
commit b2d23edf6d

View File

@@ -68,6 +68,8 @@ jobs:
platforms: linux/amd64,linux/arm/v7,linux/arm64
push: ${{ github.event_name != 'pull_request' }}
tags: ${{ steps.prep.outputs.tags }}
# ensure latest base image is used
pull: true
cache-from: type=local,src=/tmp/.buildx-cache
cache-to: type=local,dest=/tmp/.buildx-cache
labels: |