ci: Enabled pull in build step

This commit is contained in:
Geoff Bourne 2021-01-12 17:20:57 -06:00
parent f927933c46
commit a3677d5aa8

View file

@ -82,7 +82,11 @@ jobs:
with:
context: .
file: ./Dockerfile
# ensure latest base image is used
pull: true
# publish
push: true
# tags determined by prep step
tags: ${{ steps.prep.outputs.tags }}
cache-from: type=local,src=/tmp/.buildx-cache
cache-to: type=local,dest=/tmp/.buildx-cache