Use registry token for image publishing
Some checks failed
Build / test (push) Successful in 11s
Build / container (push) Failing after 23s

This commit is contained in:
MrSphay
2026-05-14 17:48:16 +02:00
parent f3608568a0
commit ae098261ef
3 changed files with 18 additions and 2 deletions

View File

@@ -43,8 +43,8 @@ jobs:
uses: docker/login-action@v3
with:
registry: git.wilkensxl.de
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
username: MrSphay
password: ${{ secrets.REGISTRY_TOKEN }}
- name: Build and push image
uses: docker/build-push-action@v6