Commit d0a3683 1 parent ceb14d4 commit d0a3683 Copy full SHA for d0a3683
File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 97
97
98
98
- name : Build Docker image
99
99
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
101
101
with :
102
102
context : .
103
103
file : ./Dockerfile
@@ -109,7 +109,7 @@ jobs:
109
109
platforms : ${{ inputs.platform }}
110
110
111
111
- name : Push to Docker Hub
112
- uses : docker/build-push-action@ca877d9245402d1537745e0e356eab47c3520991
112
+ uses : docker/build-push-action@471d1dc4e07e5cdedd4c2171150001c434f0b7a4
113
113
if : ${{steps.dockerfile-exists.outputs.result == 'true' && inputs.docker_hub}}
114
114
with :
115
115
context : .
@@ -125,7 +125,7 @@ jobs:
125
125
platforms : ${{ inputs.platform }}
126
126
127
127
- name : Push to AWS ECR
128
- uses : docker/build-push-action@ca877d9245402d1537745e0e356eab47c3520991
128
+ uses : docker/build-push-action@471d1dc4e07e5cdedd4c2171150001c434f0b7a4
129
129
if : ${{steps.dockerfile-exists.outputs.result == 'true' && inputs.aws_ecr}}
130
130
with :
131
131
context : .
You can’t perform that action at this time.
0 commit comments