Skip to content

Commit 9ae6856

Browse files
author
paulus
committed
Add authentication to ghcr.
1 parent 0f72e80 commit 9ae6856

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/build.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -182,6 +182,12 @@ jobs:
182182
with:
183183
repository: 'OSGP/gxf-gitops'
184184
ref: 'feature/FDP-3056-smhe-cucumber-containers'
185+
- name: Login to GitHub Container Registry
186+
uses: docker/login-action@v3
187+
with:
188+
registry: ghcr.io
189+
username: ${{ github.actor }}
190+
password: ${{ secrets.GITHUB_TOKEN }}
185191
- name: Setup k3d cluster
186192
run: bash setup.sh
187193
- name: Create gxf platform

0 commit comments

Comments
 (0)