Skip to content

Commit

Permalink
set GHCR push creds vars
Browse files Browse the repository at this point in the history
  • Loading branch information
psyray authored Aug 25, 2024
1 parent a350ccf commit e176ca7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,8 @@ jobs:
uses: docker/login-action@v3
with:
registry: ${{ env.REGISTRY }}
username: ${{ env.BOT_NAME }}
password: ${{ secrets.ORG_GHCR_PAT }}
username: ${{ vars.GHCR_USERNAME }}
password: ${{ secrets.GHCR_PAT }}

- name: Build and push
uses: docker/build-push-action@v6
Expand Down

0 comments on commit e176ca7

Please sign in to comment.