Skip to content

Commit

Permalink
fix readme
Browse files Browse the repository at this point in the history
  • Loading branch information
rcannood committed Dec 6, 2022
1 parent a09d441 commit 7d8a674
Showing 1 changed file with 0 additions and 27 deletions.
27 changes: 0 additions & 27 deletions setup/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,33 +23,6 @@ We recommend using a Linux or MacOS runner if possible.

If the latest development build is desired, use `version: develop`.

* `registry` - _optional_. Which Docker registry to use in the Docker image name. Setting the value to `ghcr.io` is recommended.

```yaml
steps:
- uses: viash-io/viash-actions/setup@v1
with:
registry: ghcr.io
```

* `organization` - _optional_. Which organization name to use in the Docker image name. Setting the value to your github organization is recommended.

```yaml
steps:
- uses: viash-io/viash-actions/setup@v1
with:
organization: viash-io
```

* `target_image_source` - _optional_. Which image source to specify in the component builds. Setting it to this git repo is recommended.

```yaml
steps:
- uses: viash-io/viash-actions/setup@v1
with:
target_image_source: https://github.com/openpipelines-bio/openpipeline
```

## Examples

```yaml
Expand Down

0 comments on commit 7d8a674

Please sign in to comment.