Skip to content

Commit

Permalink
Merge pull request #699 from mkilchhofer/bugfix/version_tag
Browse files Browse the repository at this point in the history
fix: Exclude helm chart tags from appVersion calculation
  • Loading branch information
pothos authored Dec 14, 2023
2 parents a3f22b6 + 2dab884 commit a289105
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
GO111MODULE=on
export GO111MODULE

TAG := `git describe --tags --always`
TAG := `git describe --tags --always --exclude 'nebraska-helm*'`
SHELL = /bin/bash
DOCKER_CMD ?= "docker"
DOCKER_REPO ?= "ghcr.io/kinvolk"
Expand Down
2 changes: 1 addition & 1 deletion backend/Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
GO111MODULE=on
export GO111MODULE

TAG := `git describe --tags --always`
TAG := `git describe --tags --always --exclude 'nebraska-helm*'`
SHELL = /bin/bash
DOCKER_CMD ?= "docker"
DOCKER_REPO ?= "ghcr.io/kinvolk"
Expand Down

0 comments on commit a289105

Please sign in to comment.