Changed to have an attempt of build TRT10.3
ci/woodpecker/manual/build-push-jetson-trt104 Pipeline failed

This commit is contained in:
Roman Meshko
2026-06-07 11:38:48 +03:00
parent e1e1cf02eb
commit 0ebfd8e9a4
2 changed files with 4 additions and 2 deletions
+2 -1
View File
@@ -17,7 +17,8 @@ steps:
from_secret: registry_token
commands:
- echo "$REGISTRY_TOKEN" | docker login "$REGISTRY_HOST" -u "$REGISTRY_USER" --password-stdin
- export TAG=${CI_COMMIT_BRANCH}-arm-trt104
- export SAFE_BRANCH=$(printf '%s' "$CI_COMMIT_BRANCH" | sed 's#[^A-Za-z0-9_.-]#-#g')
- export TAG=${SAFE_BRANCH}-arm-trt104
- export BUILD_DATE=$(date -u +%Y-%m-%dT%H:%M:%SZ)
- |
docker build -f Dockerfile.jetson.trt104 \