diff --git a/.github/workflows/build-and-deploy.yml b/.github/workflows/build-and-deploy.yml index c3485e8a8..7690c494b 100644 --- a/.github/workflows/build-and-deploy.yml +++ b/.github/workflows/build-and-deploy.yml @@ -75,7 +75,8 @@ jobs: - name: Build uses: docker/build-push-action@v4 with: - push: ${{ github.ref == 'refs/heads/master' }} + # push: ${{ github.ref == 'refs/heads/master' }} + push: true builder: ${{ steps.buildx.outputs.name }} cache-from: type=local,src=/tmp/.buildx-cache cache-to: type=local,dest=/tmp/.buildx-cache