Skip to content

Commit befc535

Browse files
committed
ci: fix build context
1 parent 251ba9c commit befc535

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/deploy-cloudrun/action.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ runs:
6666
with:
6767
builder: ${{ steps.builder.outputs.name }}
6868
tags: ${{ steps.meta.outputs.tags }}
69-
context: ./jobs
69+
context: '{{defaultContext}}:jobs'
7070
file: ./Dockerfile
7171
push: true
7272
cache-from: type=gha

0 commit comments

Comments
 (0)