We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 251ba9c commit befc535Copy full SHA for befc535
.github/actions/deploy-cloudrun/action.yml
@@ -66,7 +66,7 @@ runs:
66
with:
67
builder: ${{ steps.builder.outputs.name }}
68
tags: ${{ steps.meta.outputs.tags }}
69
- context: ./jobs
+ context: '{{defaultContext}}:jobs'
70
file: ./Dockerfile
71
push: true
72
cache-from: type=gha
0 commit comments