We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 85ac43b commit 8312bc0Copy full SHA for 8312bc0
Jenkinsfile
@@ -137,7 +137,7 @@ pipeline {
137
steps {
138
withCredentials([usernamePassword(credentialsId: 'jc21-dockerhub', passwordVariable: 'dpass', usernameVariable: 'duser')]) {
139
// Buildx to local cache
140
- sh "./scripts/buildx --cache-to=type=local,dest=cache,mode=max -t ${IMAGE}:build-${BRANCH_LOWER}-${BUILD_NUMBER}"
+ sh "./scripts/buildx --cache-to=type=local,dest=cache,mode=max ${BUILDX_PUSH_TAGS}"
141
// Docker Login
142
sh "docker login -u '${duser}' -p '${dpass}'"
143
// Buildx with push from cache
0 commit comments