fix label and don't wipe prefix

This commit is contained in:
2025-08-17 18:38:54 -05:00
parent 559ef5583e
commit f3ff751430
2 changed files with 3 additions and 3 deletions

4
Jenkinsfile vendored
View File

@@ -44,7 +44,7 @@ pipeline {
'archlinux-latest'
}
axis {
name 'ARCH'
name 'LABEL_ARCH'
values 'arm64', 'amd64'
}
axis {
@@ -60,7 +60,7 @@ pipeline {
}
stages {
stage('Run Multiarch Image') {
agent { label "linux && ${ARCH}" }
agent { label "linux && ${LABEL_ARCH}" }
steps {
withCredentials([string(
credentialsId: 'DOCKER_REGISTRY',