mirror of
https://github.com/datahaven-xyz/datahaven
synced 2026-05-24 01:38:32 +00:00
fix: fix srtool user (#215)
This commit is contained in:
parent
bded4e9d5f
commit
de2a1c1181
1 changed files with 1 additions and 0 deletions
|
|
@ -10,6 +10,7 @@
|
|||
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} \
|
||||
|
|
|
|||
Loading…
Reference in a new issue