Обновить .gitea/workflows/publish.yml
Some checks failed
ci / tests (push) Failing after 2m36s
publish-images / build (push) Failing after 3m9s

This commit is contained in:
dan
2025-12-25 10:11:04 +03:00
parent 1c0603022a
commit 98277d78e3

View File

@@ -12,6 +12,9 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
- name: Login registry
env:
REGISTRY_USER: ${{ vars.REGISTRY_USER }}
REGISTRY_PASSWORD: ${{ vars.REGISTRY_PASSWORD }}
run: |
echo "$REGISTRY_PASSWORD" | docker login cr.danosito.com -u "$REGISTRY_USER" --password-stdin
- name: Build and push images