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
|
uses: docker/login-action@v3
|
||||||
with:
|
with:
|
||||||
registry: git.stws.cc
|
registry: git.stws.cc
|
||||||
username: ${{ gitea.repository_owner }}
|
username: ${{ github.actor }}
|
||||||
password: ${{ secrets.GITEA_TOKEN}}
|
password: ${{ secrets.REGISTRY_TOKEN }}
|
||||||
|
|
||||||
- name: Extract metadata (tags, labels)
|
- name: Extract metadata (tags, labels)
|
||||||
id: meta
|
id: meta
|
||||||
|
|||||||
Reference in New Issue
Block a user