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
|
uses: docker/login-action@v3
|
||||||
with:
|
with:
|
||||||
registry: git.nerdcult.net/nerdcult
|
registry: git.nerdcult.net/nerdcult
|
||||||
username: ${{ github.repository_owner }}
|
username: nerdcultbot
|
||||||
password: ${{ secrets.GITHUB_TOKEN }}
|
password: ${{ secrets.NerdcultBotToken }}
|
||||||
|
|
||||||
- name: Build and Push
|
- name: Build and Push
|
||||||
uses: docker/build-push-action@v5
|
uses: docker/build-push-action@v5
|
||||||
|
|
Loading…
Reference in New Issue