Skip to content

Commit

Permalink
remove protocol from docker build url
Browse files Browse the repository at this point in the history
  • Loading branch information
grvvy committed Nov 1, 2024
1 parent 09241c9 commit 45d687e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ pipeline {
stages {
stage('Build Docker Images') {
steps {
sh 'docker build -t cynthion https://github.com/greatscottgadgets/cynthion'
sh 'docker build -t cynthion-test https://github.com/greatscottgadgets/cynthion'
sh 'docker build -t cynthion github.com/greatscottgadgets/cynthion'
sh 'docker build -t cynthion-test github.com/greatscottgadgets/cynthion'
}
}
stage('Cynthion selftest') {
Expand Down

0 comments on commit 45d687e

Please sign in to comment.