Skip to content

Commit 98fd2b1

Browse files
committed
builds: add reminder to add push latest
1 parent 2c08121 commit 98fd2b1

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

hack/release-docker.sh

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
#!/bin/bash
22

3-
#VERSION="$(git describe --tags --abbrev=0)"
4-
VERSION="v1.16.0-dev"
3+
VERSION="$(git describe --tags --abbrev=0)"
4+
5+
# TODO(gustav): also push latest!
56

67
docker buildx build \
78
--build-arg KUBE_SCORE_VERSION=${VERSION} \

0 commit comments

Comments
 (0)