fix: 🔧 Fix build runtime srtool permission issue

This commit is contained in:
Steve Degosserie 2025-10-10 15:49:36 +02:00
parent 61dce58d4e
commit 5645c2f9f4
No known key found for this signature in database
GPG key ID: 9455A9F1AD80CE80

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} \