There was an error while loading. Please reload this page.
1 parent 6c99cb1 commit 9ea2ab6Copy full SHA for 9ea2ab6
1 file changed
build-docker-images
@@ -0,0 +1,8 @@
1
+#!/usr/bin/env bash
2
+set -x
3
+
4
+pushd "${0%/*}"
5
+VERSION=$(git describe --tags)
6
+docker build -t licenseweasel/weasel:$VERSION -t licenseweasel/weasel:latest --target bin .
7
+docker build -t licenseweasel/weasel-src:$VERSION -t licenseweasel/weasel-src:latest --target src .
8
+popd
0 commit comments