Update .gitea/workflows/docker-build.yaml
Publish Docker image / Build and Push Docker image (release) Successful in 1m2s
Publish Docker image / Build and Push Docker image (release) Successful in 1m2s
This commit is contained in:
@@ -20,8 +20,8 @@ jobs:
|
||||
uses: docker/login-action@v3
|
||||
with:
|
||||
registry: git.stws.cc
|
||||
username: ${{ gitea.repository_owner }}
|
||||
password: ${{ secrets.GITEA_TOKEN}}
|
||||
username: ${{ github.actor }}
|
||||
password: ${{ secrets.REGISTRY_TOKEN }}
|
||||
|
||||
- name: Extract metadata (tags, labels)
|
||||
id: meta
|
||||
|
||||
Reference in New Issue
Block a user