Update .gitea/workflows/docker-build-and-push.yml
Build and Push Docker Image / docker (push) Failing after 2m28s
Build and Push Docker Image / docker (push) Failing after 2m28s
This commit is contained in:
@@ -14,7 +14,7 @@ jobs:
|
|||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
|
|
||||||
- name: Docker login
|
- name: Docker login
|
||||||
run: echo "${{ secrets.DOCKER_TOKEN }}" | docker login https://gitea.masita.net -u mc --password-stdin
|
run: echo "${{ secrets.CI_TOKEN }}" | docker login https://gitea.masita.net -u mc --password-stdin
|
||||||
|
|
||||||
- name: Build and push Docker image
|
- name: Build and push Docker image
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
Reference in New Issue
Block a user