Skip to content

Commit

Permalink
update docker build scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
mylxsw committed Sep 13, 2023
1 parent f3d7b20 commit e562093
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion docker-build.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
#!/usr/bin/env bash

VERSION=1.0.4
VERSION_DATE=202309131051

docker build -t mylxsw/aidea-server:$VERSION .
#docker push mylxsw/aidea-server:$VERSION
docker tag mylxsw/aidea-server:$VERSION mylxsw/aidea-server:$VERSION_DATE
docker tag mylxsw/aidea-server:$VERSION mylxsw/aidea-server:latest

docker push mylxsw/aidea-server:$VERSION
docker push mylxsw/aidea-server:$VERSION_DATE
docker push mylxsw/aidea-server:latest

0 comments on commit e562093

Please sign in to comment.