We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 49d510a commit eda0f42Copy full SHA for eda0f42
1 file changed
.woodpecker/build-linux.yml
@@ -13,6 +13,7 @@ pipeline:
13
image: bash
14
commands:
15
- echo $CONTAINER_PASSWORD | docker login $DRYCC_REGISTRY --username $CONTAINER_USERNAME --password-stdin > /dev/null 2>&1
16
+ - export VERSION=$([ -z $CI_COMMIT_TAG ] && echo latest || echo $CI_COMMIT_TAG)-$(sed 's#/#-#g' <<< $CI_SYSTEM_ARCH)
17
- cd grafana && make build-all push-all && cd ..
18
- cd telegraf && make build-all push-all && cd ..
19
secrets:
0 commit comments