Skip to content

Commit

Permalink
Use github secrets
Browse files Browse the repository at this point in the history
  • Loading branch information
Eeems authored Sep 12, 2024
1 parent 649f9ef commit 1282053
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 @@ -16,8 +16,8 @@ jobs:
uses: docker/login-action@v2
with:
registry: ghcr.io
username: matteodelabre
password: ${{ secrets.CR_PAT }}
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
- name: Build and publish images
run: |
./scripts/build -p .

0 comments on commit 1282053

Please sign in to comment.