Update .gitea/workflows/docker-build-and-push.yml
Build and Push Docker Image / docker (push) Successful in 28s
Build and Push Docker Image / docker (push) Successful in 28s
This commit is contained in:
@@ -16,7 +16,7 @@ jobs:
|
||||
- name: Docker login
|
||||
env:
|
||||
CI_TOKEN: ${{ secrets.CI_TOKEN }}
|
||||
run: echo "$CI_TOKEN" | docker login gitea.masita.net -u ci --password-stdin
|
||||
run: echo "$CI_TOKEN" | docker login gitea.masita.net -u mc --password-stdin
|
||||
|
||||
- name: Build and push Docker image
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user