File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 9797
9898 - name : Build Docker image
9999 if : ${{steps.dockerfile-exists.outputs.result == 'true' && (inputs.docker_hub || inputs.aws_ecr)}}
100- uses : docker/build-push-action@ca877d9245402d1537745e0e356eab47c3520991
100+ uses : docker/build-push-action@471d1dc4e07e5cdedd4c2171150001c434f0b7a4
101101 with :
102102 context : .
103103 file : ./Dockerfile
@@ -109,7 +109,7 @@ jobs:
109109 platforms : ${{ inputs.platform }}
110110
111111 - name : Push to Docker Hub
112- uses : docker/build-push-action@ca877d9245402d1537745e0e356eab47c3520991
112+ uses : docker/build-push-action@471d1dc4e07e5cdedd4c2171150001c434f0b7a4
113113 if : ${{steps.dockerfile-exists.outputs.result == 'true' && inputs.docker_hub}}
114114 with :
115115 context : .
@@ -125,7 +125,7 @@ jobs:
125125 platforms : ${{ inputs.platform }}
126126
127127 - name : Push to AWS ECR
128- uses : docker/build-push-action@ca877d9245402d1537745e0e356eab47c3520991
128+ uses : docker/build-push-action@471d1dc4e07e5cdedd4c2171150001c434f0b7a4
129129 if : ${{steps.dockerfile-exists.outputs.result == 'true' && inputs.aws_ecr}}
130130 with :
131131 context : .
You can’t perform that action at this time.
0 commit comments