Skip to content

Commit 52253f6

Browse files
committed
.
1 parent 1fcbc82 commit 52253f6

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed

.github/workflows/dispatch-example.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@ on:
66
test-regurl-tag:
77
required: true
88
default: ""
9-
description: "Container image registry URL with tag"
9+
description: "Container image registry URL with tag. e.g., gcr.io/project-id-372417/source-image:2650c2f7c04640b8c67df560510914f7ba2033e2"
1010
prod-regurl:
1111
required: true
1212
default: ""
13-
description: "Container image registry URL WITHOUT tag"
13+
description: "Container image registry URL WITHOUT tag e.g., gcr.io/project-id-372417/target-image"
1414

1515
env:
1616
TEST_IMAGE_WITH_TAG: ${{ github.env.inputs.test-regurl-tag }}
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"ref": "develop",
3+
"inputs": {
4+
"test-url-tag": "gcr.io/project-id-372417/source-image:2650c2f7c04640b8c67df560510914f7ba2033e2",
5+
"prod-url": "gcr.io/project-id-372417/target-image"
6+
}
7+
}

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,9 @@ Provides GitHub Workflow and Action samples.
6565
| [google-github-actions/auth@v1](https://github.com/google-github-actions/auth) | GitHub Action authenticates to Google Cloud |
6666
| [EnricoMi/publish-unit-test-result-action/composite@v2](https://github.com/EnricoMi/publish-unit-test-result-action) | Publish Test Results |
6767

68+
69+
## Dispatch
70+
6871
## Reference
6972

7073
- [GitHub Actions /Using workflows / Cache dependencies / Caching dependencies to speed up workflows](https://docs.github.com/en/actions/using-workflows/caching-dependencies-to-speed-up-workflows#managing-caches)

0 commit comments

Comments
 (0)