We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9483ce7 commit 1b9ae17Copy full SHA for 1b9ae17
action.yml
@@ -200,7 +200,7 @@ runs:
200
201
- name: Login
202
uses: docker/login-action@v3
203
- if: ${{ inputs.login != '' && inputs.password != '' }}
+ if: ${{ contains(inputs.registry, '.amazonaws.com') || ( inputs.inputs.login != '' && inputs.password != '' ) }}
204
with:
205
registry: ${{ inputs.registry }}
206
username: ${{ inputs.login }}
0 commit comments