Trying more tags
continuous-integration/woodpecker the build was successful Details

This commit is contained in:
Chris 2021-12-03 19:26:11 +01:00
parent f1dbc0f224
commit 543b6f4662
1 changed files with 1 additions and 1 deletions

View File

@ -4,13 +4,13 @@ pipeline:
commands: commands:
- composer install - composer install
- phpunit - phpunit
- echo -n 'latest,1.0' > .tags
dockerbuild: dockerbuild:
image: plugins/docker image: plugins/docker
repo: docker.noccylabs.info/noccy/pipeline-test repo: docker.noccylabs.info/noccy/pipeline-test
registry: docker.noccylabs.info registry: docker.noccylabs.info
tags: tags:
- latest - latest
- '1.0'
secrets: secrets:
- source: docker_username - source: docker_username
target: plugin_username target: plugin_username