Update .gitea/workflows/image-publish.yml
Some checks failed
Build and Push Docker Image / docker (push) Failing after 12s
Some checks failed
Build and Push Docker Image / docker (push) Failing after 12s
This commit is contained in:
@@ -27,7 +27,7 @@ jobs:
|
|||||||
uses: docker/login-action@v3
|
uses: docker/login-action@v3
|
||||||
with:
|
with:
|
||||||
registry: git.harryesses.com
|
registry: git.harryesses.com
|
||||||
username: ${{ github.actor }}
|
username: ${{ gitea.repository_owner }}
|
||||||
password: ${{ secrets.GITEA_TOKEN }}
|
password: ${{ secrets.GITEA_TOKEN }}
|
||||||
|
|
||||||
- name: Set image name
|
- name: Set image name
|
||||||
|
|||||||
Reference in New Issue
Block a user