Skip to content

Commit

Permalink
rm latest tag
Browse files Browse the repository at this point in the history
  • Loading branch information
shroominic committed Oct 29, 2024
1 parent 2686388 commit c46f0b3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ VERSION=$1
docker build -t codebox .

# todo move container to seperate codeboxapi account
docker tag codebox:latest shroominic/codebox:$VERSION
docker tag codebox:latest shroominic/codebox:latest
docker tag codebox shroominic/codebox:$VERSION
docker tag codebox shroominic/codebox:latest

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

0 comments on commit c46f0b3

Please sign in to comment.