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
|
||||
with:
|
||||
registry: git.harryesses.com
|
||||
username: ${{ github.actor }}
|
||||
username: ${{ gitea.repository_owner }}
|
||||
password: ${{ secrets.GITEA_TOKEN }}
|
||||
|
||||
- name: Set image name
|
||||
|
||||
Reference in New Issue
Block a user