Skip to content

Commit 19c8e72

Browse files
committed
Added pipeline for main branch
1 parent 0adc047 commit 19c8e72

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/reusable-release.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,14 @@ jobs:
3636
- name: Checkout
3737
uses: actions/checkout@v3
3838

39+
- name: Login
40+
uses: docker/login-action@v2
41+
if: ${{ contains(inputs.registry, '.amazonaws.com') || ( inputs.login != '' && inputs.password != '' ) }}
42+
with:
43+
registry: ${{ inputs.registry }}
44+
username: ${{ inputs.login }}
45+
password: ${{ inputs.password }}
46+
3947
- name: Promote Docker image
4048
uses: EuphoricSystems/[email protected]
4149
with:

0 commit comments

Comments
 (0)