Skip to content

Commit

Permalink
Document setup-crane in cmd/crane/README.md (#1152)
Browse files Browse the repository at this point in the history
  • Loading branch information
imjasonh committed Nov 2, 2021
1 parent 0de2b1e commit 5f2509c
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions cmd/crane/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,17 @@ your favourite command:
$ yay -S go-crane-bin
```

### Setup on GitHub Actions

You can use the [`setup-crane`](https://github.com/imjasonh/setup-crane) action
to install `crane` and setup auth to [GitHub Container
Registry](https://github.com/features/packages) in a GitHub Action workflow:

```
steps:
- uses: imjasonh/setup-crane@v0.1
```

## Images

You can also use crane as docker image
Expand Down

0 comments on commit 5f2509c

Please sign in to comment.