forked from kamba4/sunders
fix: Use pre-generated token
Some checks failed
Build Hello World Image / build (push) Failing after 9s
Some checks failed
Build Hello World Image / build (push) Failing after 9s
This commit is contained in:
parent
539a06c9e5
commit
6086174709
1 changed files with 2 additions and 2 deletions
|
@ -25,8 +25,8 @@ jobs:
|
|||
uses: docker/login-action@v3
|
||||
with:
|
||||
registry: git.hamburg.ccc.de
|
||||
username: ${{ secrets.REGISTRY_USERNAME }}
|
||||
password: ${{ secrets.REGISTRY_TOKEN }}
|
||||
username: oauth2accesstoken
|
||||
password: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
||||
- name: Push Docker image to Container Registry
|
||||
run: |
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue