Signed-off-by: rizqevo <rizqevo@hotmail.com>
@@ -33,7 +33,7 @@ node {
}
stage('Test Build'){
- sh 'docker build -t ptb-fe -f dockerfile .'
+ sh 'docker build -t ptb-fe:latest -f dockerfile .'
stage('Build Deploy '){