Skip to content

Commit

Permalink
use internal release for dev release
Browse files Browse the repository at this point in the history
  • Loading branch information
xlc committed Feb 28, 2022
1 parent 0422862 commit ca9d82e
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-dev.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ set -e

VERSION=$(git rev-parse --short HEAD)
NODE_NAME=acala/acala-node
BUILD_ARGS="build-acala-release"
BUILD_ARGS="build-acala-internal-release"

docker build -f scripts/Dockerfile . -t $NODE_NAME:$VERSION --build-arg GIT_COMMIT=${VERSION} --build-arg BUILD_ARGS="$BUILD_ARGS"
docker push $NODE_NAME:$VERSION
2 changes: 1 addition & 1 deletion scripts/docker-hub-publish-karura-dev.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ set -e

VERSION=$(git rev-parse --short HEAD)
NODE_NAME=acala/karura-node
BUILD_ARGS="build-karura-release"
BUILD_ARGS="build-karura-internal-release"

docker build -f scripts/Dockerfile . -t $NODE_NAME:$VERSION --build-arg GIT_COMMIT=${VERSION} --build-arg BUILD_ARGS="$BUILD_ARGS"
docker push $NODE_NAME:$VERSION
2 changes: 1 addition & 1 deletion scripts/docker-hub-publish-mandala-dev.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ set -e

VERSION=$(git rev-parse --short HEAD)
NODE_NAME=acala/mandala-node
BUILD_ARGS="build-mandala-release"
BUILD_ARGS="build-mandala-internal-release"

docker build -f scripts/Dockerfile . -t $NODE_NAME:$VERSION --build-arg GIT_COMMIT=${VERSION} --build-arg BUILD_ARGS="$BUILD_ARGS"
docker push $NODE_NAME:$VERSION

0 comments on commit ca9d82e

Please sign in to comment.