We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 62ad6a4 commit 802d886Copy full SHA for 802d886
1 file changed
.github/workflows/internal-image-publish.yaml
@@ -0,0 +1,20 @@
1
+name: Internal Image Publish
2
+
3
+on:
4
+ workflow_dispatch:
5
+ inputs:
6
+ image_tag:
7
+ type: string
8
+ description: 'Tags for Images in GAR'
9
+ required: true
10
11
+jobs:
12
+ release:
13
+ name: Release
14
+ runs-on: ubuntu-latest
15
+ steps:
16
+ - name: Checkout
17
+ uses: actions/checkout@v2
18
+ with:
19
+ persist-credentials: false
20
+ fetch-depth: 0
0 commit comments