fix cron tags v2 #23

Merged
vista merged 6 commits from dev into master 2024-08-26 15:01:46 +02:00

View File

@@ -31,7 +31,7 @@ steps:
gen_tags:
image: docker
commands:
- ./gen-tag-list.sh $(git describe --tags HEAD --abbrev=0) php-${PHP_VERSION}
- ./gen-tag-list.sh $(git describe --tags --abbrev=0) php-${PHP_VERSION}
- cat tags.txt
release_alpine_build_and_publish: