fix: Uses PAT
Some checks failed
Build Hello World Image / build (push) Failing after 9s

This commit is contained in:
Vincent Mahnke 2025-10-11 19:55:41 +02:00
commit 9e1c384315

View file

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