Update 'Jenkinsfile'

This commit is contained in:
2022-04-25 07:46:24 +00:00
parent c629120513
commit bb51aa2f90
Vendored
+1 -1
View File
@@ -27,7 +27,7 @@ pipeline {
} }
stage('Push') { stage('Push') {
steps { steps {
sh 'docker push buzzerburger/test:latest' sh 'docker push buzzerburger/test'
} }
} }
} }