fix: use REGISTRY_TOKEN secret for login
Some checks failed
Build Docker Image / build (push) Failing after 10s
Some checks failed
Build Docker Image / build (push) Failing after 10s
This commit is contained in:
@@ -12,8 +12,8 @@ jobs:
|
||||
|
||||
- name: Login to Gitea Registry
|
||||
run: |
|
||||
echo "${{ secrets.GITEA_TOKEN }}" | docker login forge.dsesch.de \
|
||||
-u ${{ github.repository_owner }} --password-stdin
|
||||
echo "${{ secrets.REGISTRY_TOKEN }}" | docker login forge.dsesch.de \
|
||||
-u root --password-stdin
|
||||
|
||||
- name: Build and Push
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user