Skip to content

Commit

Permalink
Fix makefile version
Browse files Browse the repository at this point in the history
  • Loading branch information
jknipper committed Feb 27, 2023
1 parent 973e5a6 commit 55b764d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kube-fip-controller/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
DATE = $(shell date +%Y%m%d%H%M)
IMAGE ?= sapcc/kube-fip-controller
VERSION = v$(DATE)-test
VERSION = v$(DATE)
GOOS ?= $(shell go env | grep GOOS | cut -d'"' -f2)
BINARY := controller
OPTS ?=
Expand Down

0 comments on commit 55b764d

Please sign in to comment.