Update deploy.yml
Some checks failed
ci / Lint & typecheck (push) Successful in 28s
ci / Unit tests (push) Successful in 1m14s
deploy / build-and-deploy (push) Failing after 3s

This commit is contained in:
febux 2026-09-14 01:41:23 +03:00
parent 1cfb8d0e42
commit eabad0d27c

View file

@ -42,9 +42,7 @@ jobs:
git checkout -q FETCH_HEAD
- name: Registry login
run: |
echo "${{ secrets.REGISTRY_TOKEN }}" | \
docker login "$REGISTRY_HOST" -u "$REGISTRY_OWNER" --password-stdin
run: printf '%s\n' "${{ secrets.REGISTRY_TOKEN }}" | docker login "$REGISTRY_HOST" -u "$REGISTRY_OWNER" --password-stdin
- name: Build & push images (SHA tag)
run: |