update
This commit is contained in:
parent
f3c4a6f8e5
commit
a0bf0ee30b
1 changed files with 1 additions and 1 deletions
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
|
|
@ -49,7 +49,7 @@ pipeline {
|
||||||
steps {
|
steps {
|
||||||
sh "echo ${AWS_REGISTRY}:${IMAGE_TAG}"
|
sh "echo ${AWS_REGISTRY}:${IMAGE_TAG}"
|
||||||
script {
|
script {
|
||||||
docker.build("${AWS_REGISTRY}:${IMAGE_TAG}", '-f . --no-cache --pull')
|
docker.build("${AWS_REGISTRY}:${IMAGE_TAG}", '-f Dockerfile . --no-cache --pull')
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue