Skip to content

Commit c46f0b3

Browse files
committed
rm latest tag
1 parent 2686388 commit c46f0b3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/build.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ VERSION=$1
99
docker build -t codebox .
1010

1111
# todo move container to seperate codeboxapi account
12-
docker tag codebox:latest shroominic/codebox:$VERSION
13-
docker tag codebox:latest shroominic/codebox:latest
12+
docker tag codebox shroominic/codebox:$VERSION
13+
docker tag codebox shroominic/codebox:latest
1414

1515
docker push shroominic/codebox:$VERSION
1616
docker push shroominic/codebox:latest

0 commit comments

Comments
 (0)