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

Commit

Permalink
mirror jenkins should push correct image
Browse files Browse the repository at this point in the history
  • Loading branch information
ideahitme committed Dec 30, 2016
1 parent 09f8ff7 commit 4eb778c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ $(DOCKERFILE_ZALANDO).upstream: $(DOCKERFILE_ZALANDO)
build.docker.zalando: $(DOCKERFILE_ZALANDO).upstream scm-source.json build.linux #zalando compliant image
docker build --rm -t "$(IMAGE):$(TAG)" -f $(DOCKERFILE_ZALANDO).upstream .

build.push: build.docker
build.push: build.docker.zalando
docker push "$(IMAGE):$(TAG)"

build.docker: build.linux #using hub alpine
Expand Down

0 comments on commit 4eb778c

Please sign in to comment.