Skip to content

Commit

Permalink
fix: use GHCR_REGISTRY_{USER,TOKEN}
Browse files Browse the repository at this point in the history
  • Loading branch information
wdconinc authored May 13, 2024
1 parent a2b46ae commit 1f64298
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,8 @@ jobs:
if: ${{ env.GH_PUSH == '1' }}
with:
registry: ${{ env.GH_REGISTRY }}
username: ${{ env.GH_REGISTRY_USER }}
password: ${{ secrets.GITHUB_TOKEN }}
username: ${{ secrets.GHCR_REGISTRY_USER }}
password: ${{ secrets.GHCR_REGISTRY_TOKEN }}
- name: Build and push
uses: docker/build-push-action@v5
with:
Expand Down

0 comments on commit 1f64298

Please sign in to comment.