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 7d185bf commit 4fbeed6Copy full SHA for 4fbeed6
.github/workflows/build.yml
@@ -199,6 +199,13 @@ jobs:
199
sarif_file: ${{ steps.scan.outputs.sarif }}
200
category: build-${{ inputs.image }}
201
202
+ - name: Login to GitHub Container Registry
203
+ uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3.6.0
204
+ with:
205
+ registry: ghcr.io
206
+ username: ${{ github.repository_owner }}
207
+ password: ${{ secrets.GITHUB_TOKEN }}
208
+
209
- name: Export and upload images
210
run: |
211
# Create a local reference for the platform
0 commit comments