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
|
||||
|
||||
- name: Docker login
|
||||
run: echo "${{ secrets.CI_TOKEN }}" | docker login gitea.masita.net -u ci --password-stdin
|
||||
env:
|
||||
CI_TOKEN: ${{ secrets.CI_TOKEN }}
|
||||
run: echo "$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