We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c019969 commit f16dbf7Copy full SHA for f16dbf7
.github/actions/core-cicd/deployment/deploy-docker/action.yml
@@ -187,6 +187,6 @@ runs:
187
platforms: ${{ inputs.docker_platforms }}
188
pull: true
189
push: ${{ inputs.do_deploy }}
190
- cache-from: type=gha
191
- cache-to: type=gha,mode=max
192
- build-args: ${{ inputs.build_args }}
+ cache-from: type=gha,scope=${{ github.workflow }}
+ cache-to: type=gha,mode=max,scope=${{ github.workflow }}
+ build-args: ${{ inputs.build_args }}
0 commit comments