Skip to content

Commit

Permalink
Update the documentation accordingly
Browse files Browse the repository at this point in the history
  • Loading branch information
nanory committed Dec 12, 2023
1 parent aa98c0b commit 02b7638
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions docs/workflow.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,7 @@ The `build_pkg.yml` workflow can be triggered by calling it with specific input
Input Parameters available in `build_pkg.yml`:
| Parameter | Type | Description |
| --------- | ---- | ------------|
|`repository`|**Type:** string<br>**Default:** `${{ github.repository }}`| The repository to build the package from.|
|`ref`|**Type:** string<br>**Default:** `${{ github.sha }}`| The ref (commit or branch) to build the package from.|
|`ref`|**Type:** string<br>**Default:** `${{ github.sha }}`| The ref (commit or branch) that should be checked out from the `package-build` repo while processing the package build.|
|`build_container`|**Type:** string<br>**Default:** `ghcr.io/gardenlinux/package-build`| The container image used for building the package.|
|`dependencies`|**Type:** string| Comma-separated list of repositories and tags to fetch dependencies from.|
|`source`|**Type:** string| The source name of the package. There are three values that one can choose from:<br>- Debian Source Package: `{SOURCE PACKAGE NAME}`<br>- Git Source: `git+{GIT URL}`<br>- Native Build: `native`|
Expand Down

0 comments on commit 02b7638

Please sign in to comment.