Skip to content

Commit

Permalink
build: fix docker-alias for magiconair latest
Browse files Browse the repository at this point in the history
  • Loading branch information
magiconair committed Jan 5, 2018
1 parent 8dfe142 commit b9a1949
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,9 @@ docker:
# since goreleaser doesn't handle that properly yet
docker-aliases:
docker tag fabiolb/fabio:$(VERSION)-$(GOVERSION) magiconair/fabio:$(VERSION)-$(GOVERSION)
docker tag fabiolb/fabio:$(VERSION)-$(GOVERSION) magiconair/fabio:latest-$(GOVERSION)
docker tag fabiolb/fabio:$(VERSION)-$(GOVERSION) magiconair/fabio:latest
docker push magiconair/fabio:$(VERSION)-$(GOVERSION)
docker push magiconair/fabio:latest

# codeship runs the CI on codeship
codeship:
Expand Down

0 comments on commit b9a1949

Please sign in to comment.