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 0f72e80 commit 9ae6856Copy full SHA for 9ae6856
.github/workflows/build.yml
@@ -182,6 +182,12 @@ jobs:
182
with:
183
repository: 'OSGP/gxf-gitops'
184
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 }}
191
- name: Setup k3d cluster
192
run: bash setup.sh
193
- name: Create gxf platform
0 commit comments