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
|
- name: Login to Gitea Registry
|
||||||
run: |
|
run: |
|
||||||
echo "${{ secrets.GITEA_TOKEN }}" | docker login forge.dsesch.de \
|
echo "${{ secrets.REGISTRY_TOKEN }}" | docker login forge.dsesch.de \
|
||||||
-u ${{ github.repository_owner }} --password-stdin
|
-u root --password-stdin
|
||||||
|
|
||||||
- name: Build and Push
|
- name: Build and Push
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
Reference in New Issue
Block a user