test fix cron tags
Some checks failed
ci/woodpecker/push/build_dev Pipeline failed

This commit is contained in:
Ruben Momoa
2024-08-26 14:55:39 +02:00
parent 500db63864
commit e907aad833

View File

@@ -13,7 +13,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 master --abbrev=0) php-${PHP_VERSION}
- cat tags.txt
dev_alpine_build_and_publish: