fix: Deploy requires login now
Build and deploy / build (push) Successful in 12m29s
Build and deploy / Deploy container (push) Successful in 27s

This commit is contained in:
2026-05-12 05:33:25 +02:00
parent b24bb70777
commit 1369a628b4
+4
View File
@@ -26,6 +26,10 @@ jobs:
docker stop automation_rs || true docker stop automation_rs || true
docker rm automation_rs || true docker rm automation_rs || true
- name: Login to registry
run: |
docker login git.huizinga.dev -u ${{ gitea.actor }} -p ${{ secrets.REGISTRY_TOKEN }} \
- name: Create container - name: Create container
run: | run: |
docker create \ docker create \