We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 22144b4 commit 5065861Copy full SHA for 5065861
1 file changed
.woodpecker/build-linux.yml
@@ -11,7 +11,7 @@ steps:
11
- name: publish-linux
12
image: bash
13
commands:
14
- - 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)
15
- echo $CONTAINER_PASSWORD | podman login $DRYCC_REGISTRY --username $CONTAINER_USERNAME --password-stdin > /dev/null 2>&1
16
- make podman-build podman-immutable-push
17
secrets:
0 commit comments