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

This commit is contained in:
Ruben Momoa
2024-08-26 14:57:03 +02:00
parent e907aad833
commit fb4e38eea7
2 changed files with 1 additions and 7 deletions

View File

@@ -10,12 +10,6 @@ when:
event: [ push, manual ]
steps:
gen_tags:
image: docker
commands:
- ./gen-tag-list.sh $(git describe --tags master --abbrev=0) php-${PHP_VERSION}
- cat tags.txt
dev_alpine_build_and_publish:
image: woodpeckerci/plugin-docker-buildx
settings:

View File

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