From 5558a32a48adeba6671e32aa06c06e92c05d1db8 Mon Sep 17 00:00:00 2001 From: Garrett Delfosse Date: Wed, 2 Jul 2025 10:20:32 -0400 Subject: [PATCH] Revert "fix: skip deploying to the dev registry (#168)" This reverts commit 9aacddef1a8e23bf73d3ca2d45789d081b483fdd. --- .github/workflows/deploy-registry.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy-registry.yaml b/.github/workflows/deploy-registry.yaml index ec51f39e..c9e7bcf5 100644 --- a/.github/workflows/deploy-registry.yaml +++ b/.github/workflows/deploy-registry.yaml @@ -26,8 +26,8 @@ jobs: service_account: registry-v2-github@coder-registry-1.iam.gserviceaccount.com - name: Set up Google Cloud SDK uses: google-github-actions/setup-gcloud@77e7a554d41e2ee56fc945c52dfd3f33d12def9a - # - name: Deploy to dev.registry.coder.com - # run: gcloud builds triggers run 29818181-126d-4f8a-a937-f228b27d3d34 --branch dev + - name: Deploy to dev.registry.coder.com + run: gcloud builds triggers run 29818181-126d-4f8a-a937-f228b27d3d34 --branch dev - name: Deploy to registry.coder.com run: | gcloud builds triggers run 106610ff-41fb-4bd0-90a2-7643583fb9c0 --branch main