We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ec1ec3a + 2d29b4e commit 5c817f8Copy full SHA for 5c817f8
Makefile
@@ -76,9 +76,7 @@ build-and-push-multi-arch: build-image-and-push-linux-amd64 build-image-and-push
76
77
.PHONY: release-alias-tag
78
release-alias-tag: # Adds the tag to the last build tag.
79
- docker pull $(REGISTRY)/$(IMG):$(TAG)
80
- docker tag $(REGISTRY)/$(IMG):$(TAG) $(REGISTRY)/$(IMG):$(RELEASE_ALIAS_TAG)
81
- docker push $(REGISTRY)/$(IMG):$(RELEASE_ALIAS_TAG)
+ gcloud container images add-tag -q $(REGISTRY)/$(IMG):$(TAG) $(REGISTRY)/$(IMG):$(RELEASE_ALIAS_TAG)
82
83
.PHONY: release-staging
84
release-staging: ## Builds and push container images to the staging image registry.
0 commit comments