Fixes to staging image build

This commit is contained in:
John Gardiner Myers 2023-08-27 13:12:40 -07:00
parent 5426005874
commit 376d42c0a4
2 changed files with 1 additions and 2 deletions

View File

@ -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

View File

@ -9,7 +9,6 @@ steps:
env:
- VERSION=$_GIT_TAG
- PULL_BASE_REF=$_PULL_BASE_REF
- REGISTRY=$_DOCKER_REGISTRY
args:
- release.staging
substitutions: