Skip to content

Commit f16dbf7

Browse files
authored
Update action.yml
1 parent c019969 commit f16dbf7

File tree

1 file changed

+3
-3
lines changed
  • .github/actions/core-cicd/deployment/deploy-docker

1 file changed

+3
-3
lines changed

.github/actions/core-cicd/deployment/deploy-docker/action.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -187,6 +187,6 @@ runs:
187187
platforms: ${{ inputs.docker_platforms }}
188188
pull: true
189189
push: ${{ inputs.do_deploy }}
190-
cache-from: type=gha
191-
cache-to: type=gha,mode=max
192-
build-args: ${{ inputs.build_args }}
190+
cache-from: type=gha,scope=${{ github.workflow }}
191+
cache-to: type=gha,mode=max,scope=${{ github.workflow }}
192+
build-args: ${{ inputs.build_args }}

0 commit comments

Comments
 (0)