mirror of
https://github.com/NVIDIA/nvidia-container-toolkit
synced 2024-11-22 08:18:32 +00:00
Rename RELEASE_DEVEL_TAG for consistency
Signed-off-by: Evan Lezar <elezar@nvidia.com>
This commit is contained in:
parent
2c210ebe21
commit
c2b35da111
@ -29,7 +29,7 @@ variables:
|
|||||||
DOCKER_TLS_CERTDIR: "/certs"
|
DOCKER_TLS_CERTDIR: "/certs"
|
||||||
# Release "devel"-tagged images off the master branch
|
# Release "devel"-tagged images off the master branch
|
||||||
RELEASE_DEVEL_BRANCH: "master"
|
RELEASE_DEVEL_BRANCH: "master"
|
||||||
RELEASE_DEVEL_TAG: "devel"
|
DEVEL_RELEASE_IMAGE_VERSION: "devel"
|
||||||
# On the multi-arch builder we don't need the qemu setup.
|
# On the multi-arch builder we don't need the qemu setup.
|
||||||
SKIP_QEMU_SETUP: "1"
|
SKIP_QEMU_SETUP: "1"
|
||||||
|
|
||||||
|
@ -50,8 +50,8 @@ $(PUSH_TARGETS): push-%:
|
|||||||
|
|
||||||
# For the default push target we also push a short tag equal to the version.
|
# For the default push target we also push a short tag equal to the version.
|
||||||
# We skip this for the development release
|
# We skip this for the development release
|
||||||
RELEASE_DEVEL_TAG ?= devel
|
DEVEL_RELEASE_IMAGE_VERSION ?= devel
|
||||||
ifneq ($(strip $(VERSION)),$(RELEASE_DEVEL_TAG))
|
ifneq ($(strip $(VERSION)),$(DEVEL_RELEASE_IMAGE_VERSION))
|
||||||
push-$(DEFAULT_PUSH_TARGET): push-short
|
push-$(DEFAULT_PUSH_TARGET): push-short
|
||||||
endif
|
endif
|
||||||
push-short:
|
push-short:
|
||||||
|
Loading…
Reference in New Issue
Block a user