mirror of
https://github.com/prometheus-community/windows_exporter.git
synced 2026-02-25 14:16:36 +00:00
fix push (#1536)
This commit is contained in:
4
Makefile
4
Makefile
@@ -83,7 +83,7 @@ push:
|
|||||||
push-hostprocess:
|
push-hostprocess:
|
||||||
set -x; \
|
set -x; \
|
||||||
for docker_repo in ${DOCKER_REPO}; do \
|
for docker_repo in ${DOCKER_REPO}; do \
|
||||||
$(DOCKER) buildx build --push --build-arg=BASE=mcr.microsoft.com/oss/kubernetes/windows-host-process-containers-base-image:v1.0.0 -f Dockerfile -t $${docker_repo}/$(DOCKER_IMAGE_NAME):$(VERSION)-hostprocess .
|
$(DOCKER) buildx build --push --build-arg=BASE=mcr.microsoft.com/oss/kubernetes/windows-host-process-containers-base-image:v1.0.0 -f Dockerfile -t $${docker_repo}/$(DOCKER_IMAGE_NAME):$(VERSION)-hostprocess .; \
|
||||||
done
|
done
|
||||||
|
|
||||||
.PHONY: push-all
|
.PHONY: push-all
|
||||||
@@ -93,4 +93,4 @@ push-all: build-all
|
|||||||
# Mandatory target for container description sync action
|
# Mandatory target for container description sync action
|
||||||
.PHONY: docker-repo-name
|
.PHONY: docker-repo-name
|
||||||
docker-repo-name:
|
docker-repo-name:
|
||||||
@echo "$(DOCKER_REPO)/$(DOCKER_IMAGE_NAME)"
|
@echo "$(DOCKER_REPO)/$(DOCKER_IMAGE_NAME)"
|
||||||
|
|||||||
Reference in New Issue
Block a user