Skip to content

Commit

Permalink
personalise docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
mikepea committed May 31, 2019
1 parent ba80f5e commit 4a2bd40
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 @@ -6,7 +6,7 @@ VERSION := $(shell grep "const Version " version/version.go | sed -E 's/.*"(.+)"
GIT_COMMIT=$(shell git rev-parse HEAD)
GIT_DIRTY=$(shell test -n "`git status --porcelain`" && echo "+CHANGES" || true)
BUILD_DATE=$(shell date '+%Y-%m-%d-%H:%M:%S')
IMAGE_NAME := "lacion/m53play"
IMAGE_NAME := "mikepea/m53play"

default: test

Expand Down

0 comments on commit 4a2bd40

Please sign in to comment.