fix: use http:// prefix for docker login in CI
Some checks failed
CI/CD Pipeline / build-and-deploy (push) Failing after 17s

This commit is contained in:
vrubel 2026-06-06 21:47:40 +00:00
parent f876cba39a
commit 84df43a0d2

View file

@ -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