Skip to content

Commit 802d886

Browse files
chore: Need to create the workflow in main so it can be updated and run in v2 branch (#127)
* chore: Need to create the workflow in main so it can be updated and run in v2 branch * chore: Add newline
1 parent 62ad6a4 commit 802d886

1 file changed

Lines changed: 20 additions & 0 deletions

File tree

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)