Skip to content

Commit

Permalink
git describe for tags only
Browse files Browse the repository at this point in the history
  • Loading branch information
torresdal committed Dec 28, 2019
1 parent b2edbdb commit 87e0e93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -8,7 +8,7 @@ DOCKER_WEBHOOK_IMAGE=azure-keyvault-webhook
DOCKER_VAULTENV_IMAGE=azure-keyvault-env

DOCKER_INTERNAL_TAG := $(shell git rev-parse --short HEAD)
DOCKER_RELEASE_TAG := $(shell git describe)
DOCKER_RELEASE_TAG := $(shell git describe --tags)

BUILD_DATE := $(shell date -u +"%Y-%m-%dT%H:%M:%SZ")
VCS_URL := https://$(PACKAGE)
Expand Down

0 comments on commit 87e0e93

Please sign in to comment.