mirror of
https://github.com/ysoftdevs/imagepullsecret-injector.git
synced 2026-03-23 09:31:44 +01:00
Make make target naming matching
This commit is contained in:
4
.github/workflows/release-docker.yaml
vendored
4
.github/workflows/release-docker.yaml
vendored
@@ -24,5 +24,5 @@ jobs:
|
|||||||
git config user.name "$GITHUB_ACTOR"
|
git config user.name "$GITHUB_ACTOR"
|
||||||
git config user.email "$GITHUB_ACTOR@users.noreply.github.com"
|
git config user.email "$GITHUB_ACTOR@users.noreply.github.com"
|
||||||
|
|
||||||
- name: make build-images
|
- name: make build-image
|
||||||
run: make build-images
|
run: make build-image
|
||||||
2
Makefile
2
Makefile
@@ -80,7 +80,7 @@ build-linux:
|
|||||||
|
|
||||||
image: build-image push-image
|
image: build-image push-image
|
||||||
|
|
||||||
build-image: build-linux
|
build-image:
|
||||||
@echo "Building the docker image: $(IMAGE_REPO)/$(IMAGE_NAME):$(IMAGE_TAG)..."
|
@echo "Building the docker image: $(IMAGE_REPO)/$(IMAGE_NAME):$(IMAGE_TAG)..."
|
||||||
@docker build -t $(IMAGE_REPO)/$(IMAGE_NAME):$(IMAGE_TAG) -f build/Dockerfile .
|
@docker build -t $(IMAGE_REPO)/$(IMAGE_NAME):$(IMAGE_TAG) -f build/Dockerfile .
|
||||||
@echo "Building the docker image: $(IMAGE_REPO)/$(GENERATOR_IMAGE_NAME):$(IMAGE_TAG)..."
|
@echo "Building the docker image: $(IMAGE_REPO)/$(GENERATOR_IMAGE_NAME):$(IMAGE_TAG)..."
|
||||||
|
|||||||
Reference in New Issue
Block a user