Skip to content
This repository was archived by the owner on Jun 22, 2024. It is now read-only.

Commit e105d9b

Browse files
[deploy] test
1 parent 3f8a4d4 commit e105d9b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.circleci/config.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -187,6 +187,7 @@ jobs:
187187
docker buildx use `docker buildx create`
188188
echo 'export BUILD_DATE=$(date '+%Y%m%d')' >> $BASH_ENV
189189
echo 'export BRANCH=4.1.3' >> $BASH_ENV # find a better place to control this.
190+
echo BRANCH="$BRANCH"
190191
docker buildx ls
191192
docker login -u="$DOCKER_USERNAME" -p="$DOCKER_PASSWORD"
192193
NAME=${NAMESPACE} VERSION=${BRANCH} BUILD_DATE=${BUILD_DATE} PLATFORMS=${PLATFORMS} BUILD_ARGS=${BUILD_ARGS} make build_multi

0 commit comments

Comments
 (0)