Skip to content

Commit f23fe3d

Browse files
authored
Update action.yml
1 parent 13a0d6e commit f23fe3d

File tree

1 file changed

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

1 file changed

+0
-1
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,6 @@ runs:
187187
platforms: ${{ inputs.docker_platforms }}
188188
pull: true
189189
push: ${{ inputs.do_deploy }}
190-
load: ${{ inputs.do_deploy != 'true' }}
191190
cache-from: type=registry,ref=${{ inputs.image_name }}:buildcache
192191
cache-to: ${{ inputs.do_deploy == 'true' && format('type=registry,ref={0}:buildcache,mode=max', inputs.image_name) || '' }}
193192
build-args: ${{ inputs.build_args }}

0 commit comments

Comments
 (0)