fix cron tags

This commit is contained in:
Ruben Momoa
2024-08-26 14:59:58 +02:00
parent fb4e38eea7
commit 18fb8d6a0a

View File

@@ -31,7 +31,7 @@ steps:
gen_tags: gen_tags:
image: docker image: docker
commands: 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 - cat tags.txt
release_alpine_build_and_publish: release_alpine_build_and_publish: