Skip to content

Commit 9fa2cb0

Browse files
committed
fix(pack-images): manifest error
1 parent ca87307 commit 9fa2cb0

2 files changed

Lines changed: 3 additions & 0 deletions

File tree

.woodpecker/manifest-buildpacks.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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

.woodpecker/manifest-pack.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)