fix(ci): login to container registry
This commit is contained in:
parent
6e9ebb5e61
commit
454f665603
1 changed files with 7 additions and 0 deletions
7
.github/workflows/release.yml
vendored
7
.github/workflows/release.yml
vendored
|
@ -19,6 +19,13 @@ jobs:
|
||||||
fetch-depth: "0"
|
fetch-depth: "0"
|
||||||
fetch-tags: "true"
|
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
|
- name: Setup Go
|
||||||
uses: actions/setup-go@v5
|
uses: actions/setup-go@v5
|
||||||
with:
|
with:
|
||||||
|
|
Loading…
Add table
Reference in a new issue