Skip to content

Commit

Permalink
fix: Exclude helm chart tags from appVersion calculation
Browse files Browse the repository at this point in the history
  • Loading branch information
mkilchhofer committed Dec 13, 2023
1 parent a3f22b6 commit 2dab884
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 2dab884

Please sign in to comment.