mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-07-21 01:59:07 +00:00
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:
parent
379df0e20d
commit
158db9950d
@ -1,6 +1,6 @@
|
|||||||
DEBUG ?= 0
|
DEBUG ?= 0
|
||||||
|
|
||||||
all: bzImage push
|
all: bzImage tag
|
||||||
|
|
||||||
# We push the image to hub twice, once with the full kernel version of
|
# We push the image to hub twice, once with the full kernel version of
|
||||||
# "mobylinux/kernel:<kernel version>.<major version>.<minor version>-<n>",
|
# "mobylinux/kernel:<kernel version>.<major version>.<minor version>-<n>",
|
||||||
|
Loading…
Reference in New Issue
Block a user