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