Skip to content
This repository was archived by the owner on May 15, 2025. It is now read-only.

Commit 4b4ceba

Browse files
authored
ci: deploy dev registry on tag pushes (#441)
1 parent 72d3c92 commit 4b4ceba

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/deploy-registry.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ on:
44
push:
55
branches:
66
- main
7+
tags:
8+
- "release/*/v*" # Matches tags like release/module-name/v1.0.0
79

810
jobs:
911
deploy:
@@ -34,4 +36,4 @@ jobs:
3436
- name: Deploy to dev.registry.coder.com
3537
run: |
3638
gcloud builds triggers run 29818181-126d-4f8a-a937-f228b27d3d34 --branch dev
37-
39+

0 commit comments

Comments
 (0)