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 ec5bfca commit 3ff2b22Copy full SHA for 3ff2b22
.github/workflows/reusable-release.yml
@@ -38,7 +38,6 @@ jobs:
38
39
- name: Login
40
uses: docker/login-action@v2
41
- if: ${{ contains(inputs.registry, '.amazonaws.com') || ( secrets.docker-login != '' && secrets.docker-password != '' ) }}
42
with:
43
registry: ${{ inputs.registry }}
44
username: ${{ secrets.docker-login }}
0 commit comments