Skip to content

Commit e24fe1f

Browse files
committed
fix profile
1 parent 43a46bc commit e24fe1f

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

scripts/docker-hub-publish-acala.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@ if [[ -z "$1" ]] ; then
1010
VERSION=$(git rev-parse --short HEAD)
1111
fi
1212

13-
docker build -f scripts/Dockerfile . -t $NODE_NAME:$VERSION -t $NODE_NAME:latest --build-arg GIT_COMMIT=${VERSION} --build-arg BUILD_ARGS="$BUILD_ARGS" --build-arg PROFILE=release
13+
docker build -f scripts/Dockerfile . -t $NODE_NAME:$VERSION -t $NODE_NAME:latest --build-arg GIT_COMMIT=${VERSION} --build-arg BUILD_ARGS="$BUILD_ARGS" --build-arg PROFILE=production
1414
docker push $NODE_NAME:$VERSION
1515
docker push $NODE_NAME:latest

scripts/docker-hub-publish-karura.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@ if [[ -z "$1" ]] ; then
1010
VERSION=$(git rev-parse --short HEAD)
1111
fi
1212

13-
docker build -f scripts/Dockerfile . -t $NODE_NAME:$VERSION -t $NODE_NAME:latest --build-arg GIT_COMMIT=${VERSION} --build-arg BUILD_ARGS="$BUILD_ARGS" --build-arg PROFILE=release
13+
docker build -f scripts/Dockerfile . -t $NODE_NAME:$VERSION -t $NODE_NAME:latest --build-arg GIT_COMMIT=${VERSION} --build-arg BUILD_ARGS="$BUILD_ARGS" --build-arg PROFILE=production
1414
docker push $NODE_NAME:$VERSION
1515
docker push $NODE_NAME:latest

scripts/docker-hub-publish-mandala.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@ if [[ -z "$1" ]] ; then
1010
VERSION=$(git rev-parse --short HEAD)
1111
fi
1212

13-
docker build -f scripts/Dockerfile . -t $NODE_NAME:$VERSION -t $NODE_NAME:latest --build-arg GIT_COMMIT=${VERSION} --build-arg BUILD_ARGS="$BUILD_ARGS" --build-arg PROFILE=release
13+
docker build -f scripts/Dockerfile . -t $NODE_NAME:$VERSION -t $NODE_NAME:latest --build-arg GIT_COMMIT=${VERSION} --build-arg BUILD_ARGS="$BUILD_ARGS" --build-arg PROFILE=production
1414
docker push $NODE_NAME:$VERSION
1515
docker push $NODE_NAME:latest

0 commit comments

Comments
 (0)