Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
saliceti committed Sep 18, 2023
1 parent 864fc2e commit 11c378f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build-and-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 11c378f

Please sign in to comment.