ci: tried to fix package registry access
Build and Deploy / build-docker (push) Successful in 36s Details

This commit is contained in:
antifallobst 2023-10-13 01:03:52 +02:00
parent cd7a2b2345
commit caeaac95d2
Signed by: antifallobst
GPG Key ID: 2B4F402172791BAF
1 changed files with 2 additions and 2 deletions

View File

@ -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