Skip to content

Commit

Permalink
fix: update username in ghcr-publish.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
sokovninn authored Apr 8, 2024
1 parent fb12e90 commit 6e6c448
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ghcr-publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,12 @@ jobs:
ghcr.io/luxonis/datadreamer:latest
env:
DOCKER_BUILDKIT: 1
DOCKER_USERNAME: ${{ github.repository_owner }}
DOCKER_USERNAME: luxonis-ml
DOCKER_PASSWORD: ${{ secrets.GHCR_PAT }}

- name: Login to GHCR
uses: docker/login-action@v1
with:
registry: ghcr.io
username: ${{ github.repository_owner }}
username: luxonis-ml
password: ${{ secrets.GHCR_PAT }}

0 comments on commit 6e6c448

Please sign in to comment.