Обновить .gitea/workflows/build.yml
All checks were successful
Build and push image / docker-build (push) Successful in 4m22s

This commit is contained in:
dan
2025-12-10 20:21:46 +03:00
parent 104acc6486
commit 50ef41d612

View File

@@ -18,11 +18,10 @@ jobs:
submodules: recursive submodules: recursive
- name: Login to registry - name: Login to registry
env:
REGISTRY_USER: ${{ secrets.REGISTRY_USER }}
REGISTRY_PASSWORD: ${{ secrets.REGISTRY_PASSWORD }}
run: | run: |
echo "${REGISTRY_PASSWORD}" | docker login cr.danosito.com -u "${REGISTRY_USER}" --password-stdin echo "${{ vars.REGISTRY_PASSWORD }}" | docker login cr.danosito.com \
-u "${{ vars.REGISTRY_USER }}" --password-stdin
- name: Build image - name: Build image
env: env: