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 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@48aba3b46d1b1fec4febb7c5d0c644b249a11355
100
+ uses : docker/build-push-action@ca877d9245402d1537745e0e356eab47c3520991
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@48aba3b46d1b1fec4febb7c5d0c644b249a11355
112
+ uses : docker/build-push-action@ca877d9245402d1537745e0e356eab47c3520991
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@48aba3b46d1b1fec4febb7c5d0c644b249a11355
128
+ uses : docker/build-push-action@ca877d9245402d1537745e0e356eab47c3520991
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