fix(ci): login to container registry
Some checks failed
E2E Tests / Run on Ubuntu (push) Has been cancelled
Lint / Run on Ubuntu (push) Failing after 4m27s
Tests / Run on Ubuntu (push) Failing after 4m27s
Docs / deploy (push) Successful in 43s
release / release (push) Failing after 5m25s

This commit is contained in:
Peter 2025-01-22 11:05:30 +01:00
parent 6e9ebb5e61
commit 454f665603
Signed by: prskr
GPG key ID: F56BED6903BC5E37

View file

@ -19,6 +19,13 @@ jobs:
fetch-depth: "0"
fetch-tags: "true"
- name: Login to container registry
uses: docker/login-action@v3
with:
registry: code.icb4dc0.de
username: prskr
password: ${{ secrets.RELEASE_TOKEN }}
- name: Setup Go
uses: actions/setup-go@v5
with: