Skip to content

Commit

Permalink
bugfix again
Browse files Browse the repository at this point in the history
  • Loading branch information
pcaskey committed Nov 7, 2022
1 parent 854c655 commit 8c08252
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ pipeline {
script {
sh 'docker login -u tieradmin -p $DOCKERHUBPW'
// fails if already exists
sh 'docker buildx create --use --name multiarch --append'
// sh 'docker buildx create --use --name multiarch --append'
sh 'docker buildx inspect --bootstrap'
sh 'docker buildx ls'
echo "Pushing image to dockerhub..."
Expand Down

0 comments on commit 8c08252

Please sign in to comment.