fix: 🔧 Fix build runtime srtool permission issue (#220)

Co-authored-by: Claude <noreply@anthropic.com>
This commit is contained in:
Steve Degosserie 2025-10-10 16:38:11 +02:00 committed by GitHub
parent 8c693bfde7
commit 062584d1a2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -10,7 +10,6 @@
CMD="docker run \
-i \
--rm \
--user $(id -u):$(id -g) \
-e CARGO_NET_GIT_FETCH_WITH_CLI=true \
-e PACKAGE=datahaven-${GH_WORKFLOW_MATRIX_CHAIN}-runtime \
-e RUNTIME_DIR=operator/runtime/${GH_WORKFLOW_MATRIX_CHAIN} \