Skip to content

Commit

Permalink
Disable PR Image Upload
Browse files Browse the repository at this point in the history
  • Loading branch information
muralov committed Sep 12, 2023
1 parent 3170f1c commit 456bc5b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/sink.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,9 @@ jobs:
uses: docker/build-push-action@v4
with:
context: ${{ env.E2E_SINK_DIR }}
push: true
push: ${{ github.event_name != 'pull_request' }}
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
load: ${{ github.event_name == 'pull_request' }}
cache-from: type=gha
cache-to: type=gha,mode=max

0 comments on commit 456bc5b

Please sign in to comment.