From 44477cd9897729a095637cb431c9ce97f39438c9 Mon Sep 17 00:00:00 2001 From: Sindre Slungaard Date: Wed, 30 Jun 2021 08:25:13 +0200 Subject: [PATCH] update to github's new package registry --- .github/workflows/build-and-push.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/build-and-push.yml b/.github/workflows/build-and-push.yml index ca8f5117..a5ff4f4d 100644 --- a/.github/workflows/build-and-push.yml +++ b/.github/workflows/build-and-push.yml @@ -14,7 +14,6 @@ jobs: with: username: ${{ github.actor }} password: ${{ secrets.REGISTRY_TOKEN }} - registry: docker.pkg.github.com + registry: ghcr.io repository: sindreslungaard/duel-masters/production tags: latest -