diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 384e548..114e04c 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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: