Skip to content

Commit

Permalink
Update github-docker-registry-push.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
gounthar authored Nov 22, 2024
1 parent 06364b9 commit ce31126
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/github-docker-registry-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,8 +91,8 @@ jobs:
uses: docker/login-action@v3
with:
registry: ghcr.io
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
username: ${{ env.GHCR_USERNAME }}
password: ${{ env.GHCR_TOKEN }}

- name: Extract branch name
# This step extracts the branch name
Expand Down

0 comments on commit ce31126

Please sign in to comment.