Skip to content

Commit

Permalink
Merge pull request #6 from NVIDIA/images
Browse files Browse the repository at this point in the history
Fix missing login step
  • Loading branch information
ArangoGutierrez authored Jan 26, 2024
2 parents 3c1b8b4 + d857b0b commit 45f8b4f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ jobs:
uses: docker/setup-qemu-action@v3
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
- name: Login to Docker Hub
uses: docker/login-action@v3
with:
registry: ghcr.io
username: ${{ github.actor }}
Expand Down

0 comments on commit 45f8b4f

Please sign in to comment.