Skip to content

Commit

Permalink
chore: add docker release script
Browse files Browse the repository at this point in the history
  • Loading branch information
JacobLinCool committed Jul 21, 2022
1 parent e0e95f9 commit cdcd51a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions scripts/docker_release.sh
@@ -0,0 +1,3 @@
#!/bin/sh
version=$(git describe --tags --abbrev=0)
docker buildx build --push --platform linux/arm64/v8,linux/amd64 -t "jacoblincool/ncaic:$version" -t jacoblincool/ncaic:latest .

0 comments on commit cdcd51a

Please sign in to comment.