Browse Source

retest

Signed-off-by: rizqevo <rizqevo@hotmail.com>
rizqevo 3 năm trước cách đây
mục cha
commit
7970497506
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      Jenkinsfile

+ 1 - 1
Jenkinsfile

@@ -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 '){