Skip to content

Commit

Permalink
[DevOps] update jenkinsfile.
Browse files Browse the repository at this point in the history
  • Loading branch information
fedml-alex committed Aug 25, 2023
1 parent 4202be3 commit f35739b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions devops/Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -271,6 +271,9 @@ pipeline {

sh 'docker tag $REGISTRY_DEV/$DOCKER_NAMESPACE$APP_NAME_DEVICE_IMAGE:$VERSION_DEV $REGISTRY_DOCKER_HUB/fedml/fedml-device-image:dev'
sh 'docker push $REGISTRY_DOCKER_HUB/fedml/fedml-device-image:dev'

sh 'docker tag $REGISTRY_DEV/$DOCKER_NAMESPACE$APP_NAME_SERVER_AGENT:$VERSION_DEV $REGISTRY_DOCKER_HUB/fedml/$APP_NAME_SERVER_AGENT:$VERSION_DEV'
sh 'docker push $REGISTRY_DOCKER_HUB/fedml/$APP_NAME_SERVER_AGENT:$VERSION_DEV'
}

sh 'docker push $REGISTRY_DEV/$DOCKER_NAMESPACE$APP_NAME_SERVER_AGENT:$VERSION_DEV'
Expand Down

0 comments on commit f35739b

Please sign in to comment.