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