Skip to content
This repository has been archived by the owner on Nov 16, 2020. It is now read-only.

Commit

Permalink
align docker repo name with our convention
Browse files Browse the repository at this point in the history
create docker image #3
  • Loading branch information
metas-ts committed May 9, 2017
1 parent ebe3408 commit 41edeb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,7 @@ node('agent && linux && dejenkinsnode001') // shall only run on a jenkins agent

docker.withRegistry('https://index.docker.io/v1/', 'dockerhub_metasfresh')
{
def app = docker.build 'metasfresh/spring-boot-admin', 'src/main/docker';
def app = docker.build 'metasfresh/metasfresh-admin', 'src/main/docker';
app.push "${MF_UPSTREAM_BRANCH}-latest";
app.push "${MF_UPSTREAM_BRANCH}-${BUILD_VERSION}";
}
Expand Down

0 comments on commit 41edeb3

Please sign in to comment.