Skip to content

Commit

Permalink
fix: Add tag
Browse files Browse the repository at this point in the history
Signed-off-by: Ce Gao <gaoce@caicloud.io>
  • Loading branch information
gaocegege committed Sep 23, 2019
1 parent 9a219e1 commit 87bde83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/v1alpha3/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -65,4 +65,4 @@ echo "Building suggestion images..."
docker build -t ${REGISTRY}/${PREFIX}/suggestion-hyperopt:${TAG} -f ${CMD_PREFIX}/suggestion/hyperopt/v1alpha3/Dockerfile .
docker build -t ${REGISTRY}/${PREFIX}/suggestion-skopt:${TAG} -f ${CMD_PREFIX}/suggestion/skopt/v1alpha3/Dockerfile .
docker build -t ${REGISTRY}/${PREFIX}/suggestion-chocolate:${TAG} -f ${CMD_PREFIX}/suggestion/chocolate/v1alpha3/Dockerfile .
docker build -t ${REGISTRY}/${PREFIX}/suggestion-nasrl -f ${CMD_PREFIX}/suggestion/nasrl/v1alpha3/Dockerfile .
docker build -t ${REGISTRY}/${PREFIX}/suggestion-nasrl:${TAG} -f ${CMD_PREFIX}/suggestion/nasrl/v1alpha3/Dockerfile .

0 comments on commit 87bde83

Please sign in to comment.