mirror of
https://github.com/imjasonh/setup-crane
synced 2026-07-08 07:25:48 +00:00
fix readme, have action copy to ghcr.io
This commit is contained in:
parent
5146f708a8
commit
743562b092
2 changed files with 5 additions and 2 deletions
5
.github/workflows/use-action.yaml
vendored
5
.github/workflows/use-action.yaml
vendored
|
|
@ -19,7 +19,10 @@ jobs:
|
|||
- uses: actions/checkout@v2
|
||||
|
||||
- uses: imjasonh/setup-crane@main
|
||||
- run: crane digest ubuntu
|
||||
- run: |
|
||||
crane digest ubuntu
|
||||
crane manifest ubuntu | jq
|
||||
crane copy ubuntu ghcr.io/${{ github.owner }}/${{ github.repo }}/ubuntu-copy
|
||||
|
||||
- name: Install old release
|
||||
uses: imjasonh/setup-crane@main
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue