Skip to content

Commit a38e68d

Browse files
authored
Add link to Skaffold output file docs (#4)
Add an additional link to `README.md` with further details on the Skaffold output file.
1 parent bd33506 commit a38e68d

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -59,9 +59,9 @@ jobs:
5959
- `source`: (Required) The location of the files to be included in the
6060
release; typically application configuration manifests.
6161

62-
- `build_artifacts`: (Required, unless providing `images`) Path to a Skaffold
63-
output file containing the details of the application image(s) to be
64-
released.
62+
- `build_artifacts`: (Required, unless providing `images`) Path to a
63+
[Skaffold output file][skaffold-output] containing the details of the
64+
application image(s) to be released.
6565

6666
- `images`: (Required, unless providing `build_artifacts`) The details of the
6767
application image(s) to be released, in the format
@@ -286,4 +286,5 @@ explicitly updating your version number. Note that we only publish `MAJOR` and
286286
[examples]: https://github.com/google-github-actions/example-workflows/tree/main/workflows/create-cloud-deploy-release
287287
[gke]: https://cloud.google.com/kubernetes-engine
288288
[sa]: https://cloud.google.com/iam/docs/creating-managing-service-accounts
289+
[skaffold-output]: https://skaffold.dev/docs/workflows/ci-cd/#traditional-continuous-delivery
289290
[wif]: https://cloud.google.com/iam/docs/workload-identity-federation

0 commit comments

Comments
 (0)