fix: secret token invaild name
Some checks failed
Build and Push Docker Image / build-and-push (push) Failing after 11s
Some checks failed
Build and Push Docker Image / build-and-push (push) Failing after 11s
This commit is contained in:
parent
ead0867f4d
commit
19b97f7f6d
@ -52,7 +52,7 @@ jobs:
|
||||
|
||||
- name: Log in to Gitea Container Registry
|
||||
run: |
|
||||
echo "${{ secrets.GITEA_TOKEN }}" | docker login 10.0.1.10 -u "${{ gitea.actor }}" --password-stdin
|
||||
echo "${{ secrets.PERSONAL_TOKEN }}" | docker login 10.0.1.10 -u "${{ gitea.actor }}" --password-stdin
|
||||
|
||||
- name: Build Docker image
|
||||
run: |
|
||||
|
||||
Loading…
Reference in New Issue
Block a user