kernel: Make 'tag' the default target

This is a stop-gap to prevent accidental push of kernel
images to hub until we sort out doing this from CI.

Signed-off-by: Rolf Neugebauer <rolf.neugebauer@docker.com>
This commit is contained in:
Rolf Neugebauer 2017-03-15 14:31:27 +00:00
parent 379df0e20d
commit 158db9950d

View File

@ -1,6 +1,6 @@
DEBUG ?= 0
all: bzImage push
all: bzImage tag
# We push the image to hub twice, once with the full kernel version of
# "mobylinux/kernel:<kernel version>.<major version>.<minor version>-<n>",