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 dee62ca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/sink.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ jobs:
id: meta
uses: docker/metadata-action@v4
with:
context: e2e/sink
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
tags: |
type=sha
Expand All @@ -68,11 +69,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 dee62ca

Please sign in to comment.