Skip to content

Commit a2e2501

Browse files
committed
Login into registry
1 parent 1103017 commit a2e2501

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/workflows/ci-pipeline.yml

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

39+
# Login against a Docker registry
40+
# https://github.com/docker/login-action
41+
- name: Log into registry ${{ env.REGISTRY }}
42+
uses: docker/[email protected]
43+
with:
44+
registry: ${{ env.REGISTRY }}
45+
username: ${{ github.actor }}
46+
password: ${{ secrets.GITHUB_TOKEN }}
47+
3948
# This might be unnecessary as tests are not
4049
# multiplatform
4150
- name: Setup Docker buildx

0 commit comments

Comments
 (0)