This commit is contained in:
@@ -10,12 +10,6 @@ when:
|
|||||||
event: [ push, manual ]
|
event: [ push, manual ]
|
||||||
|
|
||||||
steps:
|
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:
|
dev_alpine_build_and_publish:
|
||||||
image: woodpeckerci/plugin-docker-buildx
|
image: woodpeckerci/plugin-docker-buildx
|
||||||
settings:
|
settings:
|
||||||
|
|||||||
@@ -31,7 +31,7 @@ steps:
|
|||||||
gen_tags:
|
gen_tags:
|
||||||
image: docker
|
image: docker
|
||||||
commands:
|
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
|
- cat tags.txt
|
||||||
|
|
||||||
release_alpine_build_and_publish:
|
release_alpine_build_and_publish:
|
||||||
|
|||||||
Reference in New Issue
Block a user