mirror of
https://github.com/techno-tim/littlelink-server.git
synced 2025-01-25 15:31:21 +01:00
chore(CI): Switching to GHCR
This commit is contained in:
parent
548b2138ec
commit
764abf61e1
4
.github/workflows/main.yml
vendored
4
.github/workflows/main.yml
vendored
@ -41,8 +41,8 @@ jobs:
|
||||
uses: docker/login-action@v1
|
||||
with:
|
||||
registry: ghcr.io
|
||||
username: ${{ secrets.USERNAME }}
|
||||
password: ${{ secrets.PAT }}
|
||||
username: ${{ github.repository_owner }}
|
||||
password: ${{ secrets.GITHUB_TOKEN }}
|
||||
-
|
||||
name: Build and push
|
||||
uses: docker/build-push-action@v2
|
||||
|
Loading…
Reference in New Issue
Block a user