Skip to content

Commit

Permalink
Release CI: login to ghcr.io container registry
Browse files Browse the repository at this point in the history
  • Loading branch information
DriesSchaumont committed Feb 15, 2024
1 parent 00a160e commit 5097440
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/release-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,13 @@ jobs:
username: $oauthtoken
password: ${{ env.NVIDIA_PASSWORD }}

- name: Login to container registry
uses: docker/login-action@v3
with:
registry: ghcr.io
username: ${{ secrets.GTHB_USER }}
password: ${{ secrets.GTHB_PAT }}

- name: Test component
timeout-minutes: 30
run: |
Expand Down

0 comments on commit 5097440

Please sign in to comment.