style: fix wording in build.yml comment (#29)
This commit is contained in:
parent
7c5aab2454
commit
6f80cc8613
1 changed files with 2 additions and 2 deletions
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
|
@ -134,8 +134,8 @@ jobs:
|
||||||
extra-args: |
|
extra-args: |
|
||||||
--disable-content-trust
|
--disable-content-trust
|
||||||
|
|
||||||
# This section is optional and only needs to be enabled in you plan on distributing
|
# This section is optional and only needs to be enabled if you plan on distributing
|
||||||
# your project to others to consume. You will need to create a public and private key
|
# your project for others to consume. You will need to create a public and private key
|
||||||
# using Cosign and save the private key as a repository secret in Github for this workflow
|
# using Cosign and save the private key as a repository secret in Github for this workflow
|
||||||
# to consume. For more details, review the image signing section of the README.
|
# to consume. For more details, review the image signing section of the README.
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue