mirror of
https://github.com/kubernetes-sigs/external-dns.git
synced 2025-08-05 09:06:58 +02:00
Fixes to staging image build
This commit is contained in:
parent
5426005874
commit
376d42c0a4
2
Makefile
2
Makefile
@ -83,6 +83,7 @@ test:
|
||||
|
||||
BINARY ?= external-dns
|
||||
SOURCES = $(shell find . -name '*.go')
|
||||
IMAGE_STAGING = gcr.io/k8s-staging-external-dns/$(BINARY)
|
||||
REGISTRY ?= us.gcr.io/k8s-artifacts-prod/external-dns
|
||||
IMAGE ?= $(REGISTRY)/$(BINARY)
|
||||
VERSION ?= $(shell git describe --tags --always --dirty --match "v*")
|
||||
@ -148,7 +149,6 @@ clean:
|
||||
.PHONY: release.staging
|
||||
|
||||
release.staging: test
|
||||
@echo "Perhaps use ${IMAGE} instead of ${IMAGE_STAGING} ?"
|
||||
IMAGE=$(IMAGE_STAGING) $(MAKE) build.push/multiarch
|
||||
|
||||
release.prod: test
|
||||
|
@ -9,7 +9,6 @@ steps:
|
||||
env:
|
||||
- VERSION=$_GIT_TAG
|
||||
- PULL_BASE_REF=$_PULL_BASE_REF
|
||||
- REGISTRY=$_DOCKER_REGISTRY
|
||||
args:
|
||||
- release.staging
|
||||
substitutions:
|
||||
|
Loading…
Reference in New Issue
Block a user