From a3677d5aa8ad6065362d2533e1b85ee73414b84a Mon Sep 17 00:00:00 2001 From: Geoff Bourne Date: Tue, 12 Jan 2021 17:20:57 -0600 Subject: [PATCH] ci: Enabled pull in build step --- .github/workflows/main.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 01f7863c..ee798d9b 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -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