mirror of
https://github.com/azaion/detections.git
synced 2026-06-21 08:21:08 +00:00
Changed to have an attempt of build TRT10.3
This commit is contained in:
@@ -36,7 +36,8 @@ steps:
|
||||
from_secret: registry_token
|
||||
commands:
|
||||
- echo "$REGISTRY_TOKEN" | docker login "$REGISTRY_HOST" -u "$REGISTRY_USER" --password-stdin
|
||||
- export TAG=${CI_COMMIT_BRANCH}-${TAG_SUFFIX}
|
||||
- export SAFE_BRANCH=$(printf '%s' "$CI_COMMIT_BRANCH" | sed 's#[^A-Za-z0-9_.-]#-#g')
|
||||
- export TAG=${SAFE_BRANCH}-${TAG_SUFFIX}
|
||||
- export BUILD_DATE=$(date -u +%Y-%m-%dT%H:%M:%SZ)
|
||||
- |
|
||||
docker build -f ${DOCKERFILE} \
|
||||
|
||||
Reference in New Issue
Block a user