Skip to content

Commit 8312bc0

Browse files
committed
Use same tags for experiment
1 parent 85ac43b commit 8312bc0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ pipeline {
137137
steps {
138138
withCredentials([usernamePassword(credentialsId: 'jc21-dockerhub', passwordVariable: 'dpass', usernameVariable: 'duser')]) {
139139
// Buildx to local cache
140-
sh "./scripts/buildx --cache-to=type=local,dest=cache,mode=max -t ${IMAGE}:build-${BRANCH_LOWER}-${BUILD_NUMBER}"
140+
sh "./scripts/buildx --cache-to=type=local,dest=cache,mode=max ${BUILDX_PUSH_TAGS}"
141141
// Docker Login
142142
sh "docker login -u '${duser}' -p '${dpass}'"
143143
// Buildx with push from cache

0 commit comments

Comments
 (0)