From 01d26682810dcd47bfc8eb1efe791558123a9373 Mon Sep 17 00:00:00 2001 From: Jason Hall Date: Fri, 23 Jul 2021 11:52:13 -0400 Subject: [PATCH] update README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e9a2d35..f00ba26 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,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 ``` _That's it!_ This workflow will inspect and copy the `ubuntu` image to your repo's GitHub container registry namespace.