fix: Use pre-generated token
Some checks failed
Build Hello World Image / build (push) Failing after 9s

This commit is contained in:
Vincent Mahnke 2025-10-11 19:50:34 +02:00
commit 6086174709

View file

@ -25,8 +25,8 @@ jobs:
uses: docker/login-action@v3 uses: docker/login-action@v3
with: with:
registry: git.hamburg.ccc.de registry: git.hamburg.ccc.de
username: ${{ secrets.REGISTRY_USERNAME }} username: oauth2accesstoken
password: ${{ secrets.REGISTRY_TOKEN }} password: ${{ secrets.GITHUB_TOKEN }}
- name: Push Docker image to Container Registry - name: Push Docker image to Container Registry
run: | run: |