Skip to content

Commit

Permalink
#860qwum6v Remove pushing image to sunset gcr.io registry (#108)
Browse files Browse the repository at this point in the history
  • Loading branch information
nokernel authored Apr 2, 2024
1 parent 3809ac4 commit ec5185f
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,15 +101,8 @@ jobs:
name: Build web-sdk-demos
command: |
DOCKER_BUILDKIT=1 docker build \
-t gcr.io/optable-platform/optable-web-sdk-demos:${CIRCLE_TAG} \
-t us-docker.pkg.dev/optable-artifact-registry/optable/optable-web-sdk-demos:${CIRCLE_TAG} \
./demos
- gcp-gcr/gcr-auth:
registry-url: gcr.io
- run:
name: Publish web-sdk-demos to gcr.io
command: |
docker push gcr.io/optable-platform/optable-web-sdk-demos:${CIRCLE_TAG}
- gcp-gcr/gcr-auth:
registry-url: us-docker.pkg.dev
- run:
Expand Down

0 comments on commit ec5185f

Please sign in to comment.