fix(ci): login to container registry

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: