Skip to content

Commit

Permalink
Add push_docker_image to Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
mat committed Apr 17, 2017
1 parent 245bf8c commit c3f2beb
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,11 @@ github_package: clean build_all_platforms
ls -alht iconserver*.zip

build_docker_image: build_linux_amd64
docker build -t matthiasluedtke/iconserver .
docker build -t matthiasluedtke/iconserver:latest -t matthiasluedtke/iconserver:`cat VERSION` .

push_docker_image:
docker push matthiasluedtke/iconserver:latest
docker push matthiasluedtke/iconserver:`cat VERSION`

new_release: bump_version rewrite-version.go git_tag_version

Expand Down

0 comments on commit c3f2beb

Please sign in to comment.