Обновить .gitea/workflows/ci.yml
Some checks failed
Create and publish a Docker image 🚀 / build-and-push-image (push) Failing after 7s

This commit is contained in:
2026-01-08 00:18:49 +03:00
parent 84ee5e0f57
commit 3141ae4545

View File

@@ -14,6 +14,9 @@ jobs:
runs-on: ubuntu-latest
steps:
-
name: Check ENV`s
run: echo ${{ secrets.REGISTRY }} && ${{ secrets.TOKEN }}
-
name: Checkout repository
uses: actions/checkout@v4