fix: use http:// prefix for docker login in CI
Some checks failed
CI/CD Pipeline / build-and-deploy (push) Failing after 17s
Some checks failed
CI/CD Pipeline / build-and-deploy (push) Failing after 17s
This commit is contained in:
parent
f876cba39a
commit
84df43a0d2
1 changed files with 1 additions and 1 deletions
|
|
@ -35,7 +35,7 @@ jobs:
|
|||
run: docker compose down
|
||||
|
||||
- name: Login to Gitea Container Registry
|
||||
run: echo "${{ secrets.REGISTRY_TOKEN }}" | docker login 192.168.8.174:3000 -u "${{ secrets.REGISTRY_USER }}" --password-stdin
|
||||
run: echo "${{ secrets.REGISTRY_TOKEN }}" | docker login http://192.168.8.174:3000 -u "${{ secrets.REGISTRY_USER }}" --password-stdin
|
||||
|
||||
- name: Push image to registry
|
||||
run: docker push 192.168.8.174:3000/vrubel/t2s-telegram-bot:latest
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue