1
0
Fork 0
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:
Jason Hall 2021-07-23 11:51:25 -04:00
parent 743562b092
commit 0201011286

View file

@ -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