diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index aa34ab4..cfd9bc1 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -43,8 +43,9 @@ jobs: uses: docker/build-push-action@v2 with: context: . + push: true + pull: true cache-from: type=gha cache-to: type=gha,mode=max - push: true tags: ${{ steps.meta.outputs.tags }} labels: ${{ steps.meta.outputs.labels }}