Skip to content

Commit

Permalink
Build only sink docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
muralov committed Sep 8, 2023
1 parent 94b009a commit 54dbe1f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/sink.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,11 +68,10 @@ jobs:
id: build-and-push
uses: docker/build-push-action@v4
with:
context: .
context: e2e/sink
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
working-directory: e2e/sink

0 comments on commit 54dbe1f

Please sign in to comment.