Update .gitea/workflows/docker.yaml
This commit is contained in:
@@ -16,7 +16,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
registry: ${{ gitea.server_url }}
|
registry: ${{ gitea.server_url }}
|
||||||
username: ${{ gitea.actor }}
|
username: ${{ gitea.actor }}
|
||||||
password: ${{ secrets.GITEA_TOKEN }}
|
password: ${{ secrets.PAT }}
|
||||||
|
|
||||||
- name: Build and push Docker image
|
- name: Build and push Docker image
|
||||||
uses: docker/build-push-action@v5
|
uses: docker/build-push-action@v5
|
||||||
|
|||||||
Reference in New Issue
Block a user