mirror of
https://github.com/levogevo/ffmpeg-builder.git
synced 2026-01-15 19:06:17 +00:00
fix label and don't wipe prefix
This commit is contained in:
4
Jenkinsfile
vendored
4
Jenkinsfile
vendored
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user