Commit 4f018e11 authored by jackgr's avatar jackgr

Set image tag to timestamp.

parent e1c35b2e
......@@ -19,7 +19,6 @@ include ../include.mk
DOCKER_REGISTRY := gcr.io
PREFIX := $(DOCKER_REGISTRY)/$(PROJECT)
IMAGE := expandybird
TAG := latest
ROOT_DIR := $(abspath ./..)
DIR = $(ROOT_DIR)
......
......@@ -5,6 +5,8 @@ info:
@echo "Project: ${PROJECT}"
@echo "Image: ${IMAGE}"
TAG := $(shell echo `date +"%s"`_`date +"%N"`)
.PHONY: test-unit
test-unit:
@echo Running tests...
......
......@@ -19,7 +19,6 @@ include ../include.mk
DOCKER_REGISTRY := gcr.io
PREFIX := $(DOCKER_REGISTRY)/$(PROJECT)
IMAGE := manager
TAG := latest
ROOT_DIR := $(abspath ./..)
DIR = $(ROOT_DIR)
......
......@@ -21,7 +21,6 @@ include ../include.mk
DOCKER_REGISTRY := gcr.io
PREFIX := $(DOCKER_REGISTRY)/$(PROJECT)
IMAGE := resourcifier
TAG := latest
ROOT_DIR := $(abspath ./..)
DIR = $(ROOT_DIR)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment