Skip to content

Commit e3469cc

Browse files
committed
update version
1 parent 0784629 commit e3469cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dl-classifier/deploy.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
ORGANIZATION=oneoffcoder
44
REPOSITORY=dl-classifier
5-
VERSION=0.0.2
5+
VERSION=0.0.3
66
IMAGEID=$(docker images | awk -v repo="$REPOSITORY" -v tag="local" 'index($1, repo) && index($2, tag) {print $3}')
77

88
echo ${IMAGEID}

0 commit comments

Comments
 (0)