aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Jenkinsfile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Jenkinsfile b/Jenkinsfile
index feec99d..7883091 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -43,9 +43,9 @@ pipeline {
]) {
sh '''#!/bin/bash
IFS=" " read -r username password <<<"$CREDENTIALS"
- buildah login docker.io \
+ buildah login \
--username "$username" \
- --password-stdin <<< "$password"
+ --password-stdin <<< "$password" docker.io
'''
}
}