try to deploy en nas
Build & Deploy / build (push) Successful in 35s
Build & Deploy / docker (push) Failing after 1s

This commit is contained in:
Kevin
2026-06-28 12:03:26 +02:00
parent eb2bd504a9
commit 051c3138e2
+1 -1
View File
@@ -24,7 +24,7 @@ jobs:
docker:
needs: build
runs-on: linux:docker,dind
runs-on: dind
if: github.event_name == 'push' && github.ref == 'refs/heads/main'
steps:
- name: Checkout repository