Update .gitea/workflows/docker-build.yaml
Build & Push Docker Image / Build and Push Docker (release) Successful in 57s
Build & Push Docker Image / Build and Push Docker (release) Successful in 57s
This commit is contained in:
@@ -21,8 +21,8 @@ jobs:
|
||||
uses: docker/login-action@v3
|
||||
with:
|
||||
registry: ${{ env.REGISTRY }}
|
||||
username: ${{ github.actor }}
|
||||
password: ${{ secrets.GITHUB_TOKEN }}
|
||||
username: ${{ github.repository_owner }}
|
||||
password: ${{ secrets.REGISTRY_TOKEN }}
|
||||
|
||||
- name: Extract metadata (tags, labels) for Docker
|
||||
id: meta
|
||||
|
||||
Reference in New Issue
Block a user