File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -28,6 +28,7 @@ pipeline:
2828 -e PLUGIN_SPEC=.woodpecker/manifest-buildpacks.tmpl
2929 -e PLUGIN_USERNAME=$CONTAINER_USERNAME
3030 -e PLUGIN_PASSWORD=$CONTAINER_PASSWORD
31+ -e DRONE_TAG=$CI_COMMIT_TAG
3132 -v $(pwd):$(pwd)
3233 -w $(pwd)
3334 plugins/manifest
Original file line number Diff line number Diff line change @@ -24,6 +24,7 @@ pipeline:
2424 -e PLUGIN_SPEC=.woodpecker/manifest-run.tmpl
2525 -e PLUGIN_USERNAME=$CONTAINER_USERNAME
2626 -e PLUGIN_PASSWORD=$CONTAINER_PASSWORD
27+ -e DRONE_TAG=$CI_COMMIT_TAG
2728 -v $(pwd):$(pwd)
2829 -w $(pwd)
2930 plugins/manifest
@@ -42,6 +43,7 @@ pipeline:
4243 -e PLUGIN_SPEC=.woodpecker/manifest-build.tmpl
4344 -e PLUGIN_USERNAME=$CONTAINER_USERNAME
4445 -e PLUGIN_PASSWORD=$CONTAINER_PASSWORD
46+ -e DRONE_TAG=$CI_COMMIT_TAG
4547 -v $(pwd):$(pwd)
4648 -w $(pwd)
4749 plugins/manifest
You can’t perform that action at this time.
0 commit comments