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