Skip to content

Commit ec5bfca

Browse files
committed
Added pipeline for main branch
1 parent 6c87d52 commit ec5bfca

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/reusable-release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,11 +38,11 @@ jobs:
3838

3939
- name: Login
4040
uses: docker/login-action@v2
41-
if: ${{ contains(inputs.registry, '.amazonaws.com') || ( inputs.docker-login != '' && inputs.docker-password != '' ) }}
41+
if: ${{ contains(inputs.registry, '.amazonaws.com') || ( secrets.docker-login != '' && secrets.docker-password != '' ) }}
4242
with:
4343
registry: ${{ inputs.registry }}
44-
username: ${{ inputs.docker-login }}
45-
password: ${{ inputs.docker-password }}
44+
username: ${{ secrets.docker-login }}
45+
password: ${{ secrets.docker-password }}
4646

4747
- name: Promote Docker image
4848
uses: EuphoricSystems/[email protected]

0 commit comments

Comments
 (0)