ci: tried to fix package registry access
Build and Deploy / build-docker (push) Successful in 36s
Details
Build and Deploy / build-docker (push) Successful in 36s
Details
This commit is contained in:
parent
cd7a2b2345
commit
caeaac95d2
|
@ -29,8 +29,8 @@ jobs:
|
|||
uses: docker/login-action@v3
|
||||
with:
|
||||
registry: git.nerdcult.net/nerdcult
|
||||
username: ${{ github.repository_owner }}
|
||||
password: ${{ secrets.GITHUB_TOKEN }}
|
||||
username: nerdcultbot
|
||||
password: ${{ secrets.NerdcultBotToken }}
|
||||
|
||||
- name: Build and Push
|
||||
uses: docker/build-push-action@v5
|
||||
|
|
Loading…
Reference in New Issue