Update .gitea/workflows/docker-build.yml
Some checks failed
Docker Build / docker (push) Failing after 9s
Some checks failed
Docker Build / docker (push) Failing after 9s
This commit is contained in:
@@ -15,9 +15,9 @@ jobs:
|
||||
- name: Docker Login
|
||||
uses: docker/login-action@v2
|
||||
with:
|
||||
registry: gitea.kareemhorstink.me
|
||||
username: ${{ gitea.actor }}
|
||||
password: ${{ secrets.GITEA_TOKEN }}
|
||||
registry: gitea.kareemhorstink.me # Remove https:// prefix
|
||||
username: ${{ secrets.RUNNER_USER }}
|
||||
password: ${{ secrets.TOKEN }}
|
||||
|
||||
- name: Docker Build & Push
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user