Skip to content

Commit

Permalink
Adjust cloudbuild-tag.yaml to copy sha_ artifacts from gcr.io/marketp…
Browse files Browse the repository at this point in the history
…lace-k8s-app-tools/. (#279)

* Adjust cloudbuild-tag.yaml to copy sha_ artifacts from gcr.io/marketplace-k8s-app-tools/...

* Tag correct image (rather than non-existent one).
  • Loading branch information
trironkk authored Dec 7, 2018
1 parent 271e827 commit 7eb6548
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions cloudbuild-tag.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,17 +5,17 @@ steps:
args:
- -exc
- |
docker pull gcr.io/$PROJECT_ID/k8s/dev:sha_$COMMIT_SHA
docker tag gcr.io/$PROJECT_ID/k8s/dev:sha_$COMMIT_SHA gcr.io/$PROJECT_ID/k8s/dev:$TAG_NAME
docker pull gcr.io/marketplace-k8s-app-tools/k8s/dev:sha_$COMMIT_SHA
docker tag gcr.io/marketplace-k8s-app-tools/k8s/dev:sha_$COMMIT_SHA gcr.io/$PROJECT_ID/k8s/dev:$TAG_NAME
docker pull gcr.io/$PROJECT_ID/k8s/deployer_helm:sha_$COMMIT_SHA
docker tag gcr.io/$PROJECT_ID/k8s/deployer_helm:sha_$COMMIT_SHA gcr.io/$PROJECT_ID/k8s/deployer_helm:$TAG_NAME
docker pull gcr.io/marketplace-k8s-app-tools/k8s/deployer_helm:sha_$COMMIT_SHA
docker tag gcr.io/marketplace-k8s-app-tools/k8s/deployer_helm:sha_$COMMIT_SHA gcr.io/$PROJECT_ID/k8s/deployer_helm:$TAG_NAME
docker pull gcr.io/$PROJECT_ID/k8s/deployer_helm/onbuild:sha_$COMMIT_SHA
docker tag gcr.io/$PROJECT_ID/k8s/deployer_helm/onbuild:sha_$COMMIT_SHA gcr.io/$PROJECT_ID/k8s/deployer_helm/onbuild:$TAG_NAME
docker pull gcr.io/marketplace-k8s-app-tools/k8s/deployer_helm/onbuild:sha_$COMMIT_SHA
docker tag gcr.io/marketplace-k8s-app-tools/k8s/deployer_helm/onbuild:sha_$COMMIT_SHA gcr.io/$PROJECT_ID/k8s/deployer_helm/onbuild:$TAG_NAME
docker pull gcr.io/$PROJECT_ID/k8s/deployer_envsubst:sha_$COMMIT_SHA
docker tag gcr.io/$PROJECT_ID/k8s/deployer_envsubst:sha_$COMMIT_SHA gcr.io/$PROJECT_ID/k8s/deployer_envsubst:$TAG_NAME
docker pull gcr.io/marketplace-k8s-app-tools/k8s/deployer_envsubst:sha_$COMMIT_SHA
docker tag gcr.io/marketplace-k8s-app-tools/k8s/deployer_envsubst:sha_$COMMIT_SHA gcr.io/$PROJECT_ID/k8s/deployer_envsubst:$TAG_NAME
images:
- gcr.io/$PROJECT_ID/k8s/dev:$TAG_NAME
Expand Down

0 comments on commit 7eb6548

Please sign in to comment.