Skip to content
Snippets Groups Projects
Commit 2f773737 authored by Markus Frosch's avatar Markus Frosch
Browse files

6-i386: Fix image name

parent 890d4b99
No related branches found
No related tags found
No related merge requests found
Pipeline #
VERSION := 6
VARIANT := x86
include ../image.mk
......@@ -11,7 +11,9 @@ IMAGE_PREFIX := $(REGISTRY)/$(IMAGE_PREFIX)
endif
FROM := $(shell grep FROM Dockerfile | cut -d" " -f2)
ifeq ($(VERSION),)
VERSION := $(shell basename `pwd`)
endif
IMAGE := $(IMAGE_PREFIX)$(VERSION):$(VARIANT)
all: pull build
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment