modified: .gitea/workflows/ docker-image.deploy.yml
Some checks failed
/ build-image (push) Failing after 3s

This commit is contained in:
2026-03-14 21:30:56 +00:00
parent 8b13274bf2
commit f672c71a68

View File

@@ -20,10 +20,11 @@ jobs:
- name: Login to Gitea registry - name: Login to Gitea registry
run: | run: |
echo "${{ secrets.REGISTRY_PASSWORD }}" | \ buildctl login \
docker login git.limbosolutions.com \
--username "${{ secrets.REGISTRY_USERNAME }}" \ --username "${{ secrets.REGISTRY_USERNAME }}" \
--password-stdin --password "${{ secrets.REGISTRY_PASSWORD }}" \
git.limbosolutions.com
- name: Build and push image - name: Build and push image
run: | run: |