File tree Expand file tree Collapse file tree 3 files changed +12
-2
lines changed
Expand file tree Collapse file tree 3 files changed +12
-2
lines changed Original file line number Diff line number Diff line change 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
1515env :
1616 TEST_IMAGE_WITH_TAG : ${{ github.env.inputs.test-regurl-tag }}
Original file line number Diff line number Diff line change 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+ }
Original file line number Diff line number Diff 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 )
You can’t perform that action at this time.
0 commit comments