Skip to content

Commit

Permalink
vinh/fix jenkins files to push image to hub
Browse files Browse the repository at this point in the history
  • Loading branch information
AnataAria committed Nov 8, 2023
1 parent d3a8360 commit 5e97c15
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ pipeline {
sh 'docker tag ' + DOCKER_IMAGE_FRONTEND_SERVER + ':latest ' + DOCKER_IMAGE_FRONTEND_SERVER + ':latest'
sh 'docker push anataarisa/' + DOCKER_IMAGE_BACKEND_API + ':latest'
sh 'docker push anataarisa/' + DOCKER_IMAGE_FRONTEND_SERVER + ':latest'
sh 'docker rmi anataarisa/api-backend-server-qa:latest anataarisa/svelte-frontend-server-qa:latest'
}
}
}
Expand Down

0 comments on commit 5e97c15

Please sign in to comment.