Update Jenkinsfile

This commit is contained in:
s4616 2023-07-10 19:34:25 +09:00 committed by GitHub
parent 77deb9d23b
commit 936872bfd5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

2
Jenkinsfile vendored
View file

@ -41,7 +41,7 @@ pipeline {
stage ('Docker Build') {
steps {
dir("${env.WORKSPACE}") {
sh 'docker build -t aws00-spring-petclinic:1.0 .'
sh 'docker build -t ${ECR_DOCKER_IMAGE}:${ECR_DOCKER_TAG} .'
}
}
}