Skip to content

Commit

Permalink
builds: add reminder to add push latest
Browse files Browse the repository at this point in the history
  • Loading branch information
zegl committed Dec 8, 2022
1 parent 2c08121 commit 98fd2b1
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions hack/release-docker.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
#!/bin/bash

#VERSION="$(git describe --tags --abbrev=0)"
VERSION="v1.16.0-dev"
VERSION="$(git describe --tags --abbrev=0)"

# TODO(gustav): also push latest!

docker buildx build \
--build-arg KUBE_SCORE_VERSION=${VERSION} \
Expand Down

0 comments on commit 98fd2b1

Please sign in to comment.