Get tags from remote. Local copy not complete. (#1075)

This commit is contained in:
janorn
2022-11-10 06:25:51 +01:00
committed by GitHub
parent a5e21b56ae
commit 7fbf1c42aa

View File

@@ -355,7 +355,7 @@ helm-package: cr helm-chart
$(CR) package ./charts/awx-operator
# List all tags oldest to newest.
TAGS := $(shell git tag -l --sort=creatordate)
TAGS := $(shell git ls-remote --tags --sort=version:refname --refs -q | cut -d/ -f3)
# The actual release happens in ansible/helm-release.yml
# until https://github.com/helm/chart-releaser/issues/122 happens