From 1be29ed8ed8e02236bd83eef5d45d7930a01d3c0 Mon Sep 17 00:00:00 2001 From: Antony Messerli Date: Mon, 6 Sep 2021 19:15:20 -0500 Subject: [PATCH] Update build.yml --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 4282d02..4c3787d 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -44,7 +44,7 @@ jobs: tag=latest IMAGE=netbootxyz/netbootxyz TOKEN=$(curl -sX GET \ - "https://ghcr.io/token?scope=repository%3Aantonym%2Fnetbootxyz%3Apull" \ + "https://ghcr.io/token?scope=repository%3Anetbootxyz%2Fnetbootxyz%3Apull" \ | jq -r '.token') MULTIDIGEST=$(curl -s \ --header "Accept: application/vnd.docker.distribution.manifest.v2+json" \