Skip to content

Commit 5b75e74

Browse files
committed
Define Github workflow for stable channel
1 parent 90c89d7 commit 5b75e74

1 file changed

Lines changed: 16 additions & 0 deletions

File tree

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
name: Stable channel
2+
3+
on:
4+
push:
5+
tags:
6+
- 'v[0-9]+.[0-9]+.[0-9]+'
7+
8+
jobs:
9+
deploy:
10+
if: github.repository_owner == 'google'
11+
uses: ./.github/workflows/update-cache-and-deployment.yaml
12+
with:
13+
update-cache: false
14+
deploy-channel: stable
15+
secrets:
16+
artifact-registry-uploader-json-creds: ${{ secrets.ARTIFACT_REGISTRY_UPLOADER }}

0 commit comments

Comments
 (0)