Skip to content

Commit

Permalink
Update image builder documentation (kyma-project#11607)
Browse files Browse the repository at this point in the history
  • Loading branch information
Sawthis authored Aug 8, 2024
1 parent 96caf74 commit c7a4145
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions cmd/image-builder/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@ The Image Builder reusable workflow supports the following GitHub events to trig

* `push` - to build images on push to the specified branch.
* `pull_request_target` - to build images on pull requests.
* `workflow_dispatch` - to manually trigger the workflow.

## Reusable Workflow Reference

Expand Down Expand Up @@ -145,7 +146,7 @@ By default, Image Builder signs images with the production signify service.
Image signing allows verification that the image comes from a trusted repository and has not been altered in the meantime.

> [!NOTE]
> Image Builder signs images built on the push event only. Images built on the pull_request_target event are not signed.
> Image Builder signs images built on the push and workflow_dispatch events only. Images built on the pull_request_target event are not signed.

## Named Tags

Expand All @@ -162,9 +163,6 @@ If the name is not provided, it is evaluated from the value:

## Environment File

> [!IMPORTANT]
> Support for `env` files is still a work in progress.

The environment file contains environment variables to be loaded in the build.
The file must be in the format of `key=value` pairs, separated by newlines.

Expand Down

0 comments on commit c7a4145

Please sign in to comment.