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 @@ -109,7 +109,7 @@ runs:
109
109
host : ${{ inputs.ssh-host }}
110
110
username : ${{ inputs.ssh-username }}
111
111
key : ${{ inputs.ssh-key }}
112
- debug : : ${{ inputs.debug }}
112
+ debug : ${{ inputs.debug }}
113
113
script_stop : true
114
114
script : |
115
115
sudo docker login --username AWS -p $(aws ecr get-login-password --region ${{ inputs.aws-region }}) ${{ steps.login-ecr.outputs.registry }}
@@ -138,7 +138,7 @@ runs:
138
138
host : ${{ inputs.ssh-host }}
139
139
username : ${{ inputs.ssh-username }}
140
140
key : ${{ inputs.ssh-key }}
141
- debug : : ${{ inputs.debug }}
141
+ debug : ${{ inputs.debug }}
142
142
script_stop : true
143
143
script : |
144
144
sudo docker login --username AWS -p $(aws ecr get-login-password --region ${{ inputs.aws-region }}) ${{ steps.login-ecr.outputs.registry }}
@@ -155,7 +155,7 @@ runs:
155
155
host : ${{ inputs.ssh-host }}
156
156
username : ${{ inputs.ssh-username }}
157
157
key : ${{ inputs.ssh-key }}
158
- debug : : ${{ inputs.debug }}
158
+ debug : ${{ inputs.debug }}
159
159
script_stop : true
160
160
script : |
161
161
sudo -S docker container prune -f
You can’t perform that action at this time.
0 commit comments