fix workflows
Some checks failed
Build and Deploy / build (push) Failing after 10m46s

This commit is contained in:
2025-10-25 12:42:15 +02:00
parent 4abf00758f
commit 2b352907b7

View File

@@ -61,7 +61,7 @@ jobs:
- name: Login to Gitea Container Registry - name: Login to Gitea Container Registry
run: | run: |
echo "${{ secrets.REGISTRY_PASSWORD }}" | docker login ${CI_REGISTRY:-gitea.local:3000} \ echo "${{ secrets.REGISTRY_PASSWORD }}" | docker login ${CI_REGISTRY:-10.22.16.11:80} \
-u "${{ secrets.REGISTRY_USERNAME }}" --password-stdin -u "${{ secrets.REGISTRY_USERNAME }}" --password-stdin
- name: Push Docker image - name: Push Docker image