Make make target naming matching

This commit is contained in:
Martin Šalata
2021-04-02 22:57:47 +02:00
parent ed73fc0e65
commit cfa76c2953
2 changed files with 3 additions and 3 deletions

View File

@@ -24,5 +24,5 @@ jobs:
git config user.name "$GITHUB_ACTOR"
git config user.email "$GITHUB_ACTOR@users.noreply.github.com"
- name: make build-images
run: make build-images
- name: make build-image
run: make build-image

View File

@@ -80,7 +80,7 @@ build-linux:
image: build-image push-image
build-image: build-linux
build-image:
@echo "Building the docker image: $(IMAGE_REPO)/$(IMAGE_NAME):$(IMAGE_TAG)..."
@docker build -t $(IMAGE_REPO)/$(IMAGE_NAME):$(IMAGE_TAG) -f build/Dockerfile .
@echo "Building the docker image: $(IMAGE_REPO)/$(GENERATOR_IMAGE_NAME):$(IMAGE_TAG)..."