Skip to content

Commit

Permalink
fix profile
Browse files Browse the repository at this point in the history
  • Loading branch information
xlc committed Apr 13, 2022
1 parent 43a46bc commit e24fe1f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion scripts/docker-hub-publish-acala.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ if [[ -z "$1" ]] ; then
VERSION=$(git rev-parse --short HEAD)
fi

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
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
docker push $NODE_NAME:$VERSION
docker push $NODE_NAME:latest
2 changes: 1 addition & 1 deletion scripts/docker-hub-publish-karura.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ if [[ -z "$1" ]] ; then
VERSION=$(git rev-parse --short HEAD)
fi

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
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
docker push $NODE_NAME:$VERSION
docker push $NODE_NAME:latest
2 changes: 1 addition & 1 deletion scripts/docker-hub-publish-mandala.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ if [[ -z "$1" ]] ; then
VERSION=$(git rev-parse --short HEAD)
fi

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
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
docker push $NODE_NAME:$VERSION
docker push $NODE_NAME:latest

0 comments on commit e24fe1f

Please sign in to comment.