update Gitea Docker workflow to use LOCAL secrets for authentication
Some checks failed
Build and Push Docker Image to Gitea / build (push) Failing after 41s
Some checks failed
Build and Push Docker Image to Gitea / build (push) Failing after 41s
This commit is contained in:
parent
d248ff4631
commit
472b0f2f87
@ -36,8 +36,8 @@ jobs:
|
||||
uses: docker/login-action@v2
|
||||
with:
|
||||
registry: git.apisb.me
|
||||
username: ${{ secrets.GITEA_USERNAME }}
|
||||
password: ${{ secrets.GITEA_TOKEN }}
|
||||
username: ${{ secrets.LOCAL_USERNAME }}
|
||||
password: ${{ secrets.LOCAL_TOKEN }}
|
||||
|
||||
# 5. Extract metadata (tags, labels) for Docker
|
||||
- name: Extract metadata (tags, labels) for Docker
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user