diff --git a/.github/workflows/sink.yml b/.github/workflows/sink.yml index 7048b8d29..b1e92183f 100644 --- a/.github/workflows/sink.yml +++ b/.github/workflows/sink.yml @@ -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 @@ -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