We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 90c89d7 commit 5b75e74Copy full SHA for 5b75e74
1 file changed
.github/workflows/stable-channel.yaml
@@ -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