We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2c08121 commit 98fd2b1Copy full SHA for 98fd2b1
hack/release-docker.sh
@@ -1,7 +1,8 @@
1
#!/bin/bash
2
3
-#VERSION="$(git describe --tags --abbrev=0)"
4
-VERSION="v1.16.0-dev"
+VERSION="$(git describe --tags --abbrev=0)"
+
5
+# TODO(gustav): also push latest!
6
7
docker buildx build \
8
--build-arg KUBE_SCORE_VERSION=${VERSION} \
0 commit comments