Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update image-builder README.md for schedule event and signing with Signify #12028

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions cmd/image-builder/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ The authentication to the Signify API has been updated from using `role id/secre
The Signify API's structure has also been updated. For more information, see the official [Signify API Documentation](https://pages.github.tools.sap/Repository-Services/Signify/how_to/manage_signatures/).

> [!NOTE]
> Images are only signed when built on `push` and `workflow_dispatch` events. Pull request images are not signed.
> Images are only signed when built on `push`, `schedule` and `workflow_dispatch` events. Pull request images are not signed.

### Signify API Changes

Expand Down Expand Up @@ -191,4 +191,4 @@ The file must be in the format of `key=value` pairs, separated by newlines.

Image Builder uses the ADO `oci-image-builder` pipeline as a build backend.
That means the images are built, signed and pushed to the Google Cloud Artifact registry in the ADO pipeline.
Image Builder does not build images locally on GitHub runners.
Image Builder does not build images locally on GitHub runners.