mirror of
https://github.com/imjasonh/setup-crane
synced 2026-07-07 23:15:45 +00:00
fix use-action variable
This commit is contained in:
parent
743562b092
commit
0201011286
1 changed files with 1 additions and 1 deletions
2
.github/workflows/use-action.yaml
vendored
2
.github/workflows/use-action.yaml
vendored
|
|
@ -22,7 +22,7 @@ jobs:
|
|||
- run: |
|
||||
crane digest ubuntu
|
||||
crane manifest ubuntu | jq
|
||||
crane copy ubuntu ghcr.io/${{ github.owner }}/${{ github.repo }}/ubuntu-copy
|
||||
crane copy ubuntu ghcr.io/${{ github.repository }}/ubuntu-copy
|
||||
|
||||
- name: Install old release
|
||||
uses: imjasonh/setup-crane@main
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue