File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -10,6 +10,6 @@ if [[ -z "$1" ]] ; then
10
10
VERSION=$( git rev-parse --short HEAD)
11
11
fi
12
12
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
14
14
docker push $NODE_NAME :$VERSION
15
15
docker push $NODE_NAME :latest
Original file line number Diff line number Diff line change @@ -10,6 +10,6 @@ if [[ -z "$1" ]] ; then
10
10
VERSION=$( git rev-parse --short HEAD)
11
11
fi
12
12
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
14
14
docker push $NODE_NAME :$VERSION
15
15
docker push $NODE_NAME :latest
Original file line number Diff line number Diff line change @@ -10,6 +10,6 @@ if [[ -z "$1" ]] ; then
10
10
VERSION=$( git rev-parse --short HEAD)
11
11
fi
12
12
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
14
14
docker push $NODE_NAME :$VERSION
15
15
docker push $NODE_NAME :latest
You can’t perform that action at this time.
0 commit comments