Обновить .gitea/workflows/ci.yml
Some checks failed
Builder / build (push) Failing after 6s

This commit is contained in:
2026-01-07 23:22:34 +03:00
parent fd16f0067c
commit 6f19256bc3

View File

@@ -14,5 +14,4 @@ jobs:
- name: Build and push image
run: |
docker build -t gitea.quizer.space/serverus/imagegenerator:latest .
echo "${{ secrets.GHCR_TOKEN }}" | docker login gitea.quizer.space -u serverus --password-stdin
docker push gitea.quizer.space/serverus/imagegenerator:latest