Skip to content

Commit

Permalink
Fix docker release image name
Browse files Browse the repository at this point in the history
  • Loading branch information
cheungpat committed Aug 25, 2016
1 parent 69cfbf8 commit b8eb05b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/docker-images/release/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ BUILD_DATE := $(shell date -u +"%Y-%m-%dT%H:%M:%SZ")

DOCKER_REGISTRY :=
DOCKER_ORG_NAME := skygeario
DOCKER_IMAGE := skygear-server-deps
DOCKER_IMAGE := skygear-server
DOCKER_TAG := git-$(shell git rev-parse --short HEAD)
PUSH_DOCKER_TAG := $(VERSION)

Expand Down

0 comments on commit b8eb05b

Please sign in to comment.