fix: Deploy requires login now
Build and deploy / build (push) Successful in 15m9s
Build and deploy / Deploy container (push) Successful in 1m20s

This commit is contained in:
2026-05-12 05:33:25 +02:00
parent b66357749b
commit 9979ab3446
+4
View File
@@ -26,6 +26,10 @@ jobs:
docker stop 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
run: |
docker create \