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