File tree Expand file tree Collapse file tree 1 file changed +1
-7
lines changed Expand file tree Collapse file tree 1 file changed +1
-7
lines changed Original file line number Diff line number Diff line change @@ -10,14 +10,10 @@ DOCKER_REGISTRY_ICR := icr.io
1010DOCKER_USER_ICR := iamapikey
1111DOCKER_PASS_ICR := $(IBM_CLOUD_API_KEY)
1212
13- DOCKER_REGISTRY_ART := txo-toolbox-team-docker-local.artifactory.swg-devops.com
14- DOCKER_USER_ART := $(ART_USER_ID)
15- DOCKER_PASS_ART := $(ART_API_KEY)
16-
1713DOCKER_IMAGES_TO_TAG := detect-secrets detect-secrets-hook
1814DOCKER_IMAGES_TO_SCAN := detect-secrets detect-secrets-hook detect-secrets:redhat-ubi detect-secrets:redhat-ubi-custom
1915DOCKER_IMAGES_TO_PUBLISH :=
20- DOCKER_REGISTRIES := $(DOCKER_REGISTRY_ICR) $(DOCKER_REGISTRY_ART)
16+ DOCKER_REGISTRIES := $(DOCKER_REGISTRY_ICR)
2117
2218IMAGE_NAME :=
2319DOCKER_REGISTRY :=
@@ -87,7 +83,6 @@ docker-build-images:
8783 done
8884
8985docker-login:
90- @echo $(DOCKER_PASS_ART) | docker login -u $(DOCKER_USER_ART) --password-stdin $(DOCKER_REGISTRY_ART);
9186 @echo $(DOCKER_PASS_ICR) | docker login -u $(DOCKER_USER_ICR) --password-stdin $(DOCKER_REGISTRY_ICR);
9287
9388docker-publish-images: docker-login
@@ -123,7 +118,6 @@ docker-publish-image:
123118 $(COSIGN) verify --key env://COSIGN_PUBLIC_KEY "$(DOCKER_REGISTRY)/$(DOCKER_DOMAIN)/$(IMAGE_NAME)";
124119
125120cosign-login:
126- @echo $(DOCKER_PASS_ART) | $(COSIGN) login -u $(DOCKER_USER_ART) --password-stdin $(DOCKER_REGISTRY_ART); \
127121 @echo $(DOCKER_PASS_ICR) | $(COSIGN) login -u $(DOCKER_USER_ICR) --password-stdin $(DOCKER_REGISTRY_ICR);
128122
129123publish-cos:
You can’t perform that action at this time.
0 commit comments