Skip to content

Commit

Permalink
update build script
Browse files Browse the repository at this point in the history
  • Loading branch information
nidbCN committed Dec 10, 2024
1 parent aea96b2 commit 063a451
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build-docker.sh
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
ASSEMBLY_VERSION=$(sed -n 's:.*<AssemblyVersion>\(.*\)</AssemblyVersion>.*:\1:p' AliCdnSSLWorker.csproj)
docker build -t gaein/alicdn-ssl-worker:v$ASSEMBLY_VERSION .
docker build -t registry.cn-beijing.aliyuncs.com/nidb-cr/alicdn_ssl_worker:v$ASSEMBLY_VERSION .

0 comments on commit 063a451

Please sign in to comment.