From 04293864aa42e0f96ca8bebefc6a5ad54ea68305 Mon Sep 17 00:00:00 2001 From: rxdn <29165304+rxdn@users.noreply.github.com> Date: Sun, 2 Jul 2023 18:05:06 +0100 Subject: [PATCH] Update CI --- .github/workflows/build-and-publish.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/build-and-publish.yml b/.github/workflows/build-and-publish.yml index e1a70b1..dc322ae 100644 --- a/.github/workflows/build-and-publish.yml +++ b/.github/workflows/build-and-publish.yml @@ -1,6 +1,7 @@ name: Build and Publish env: + REGISTRY: ghcr.io GITHUB_REPOSITORY_OWNER: ${{ github.repository_owner }} GITHUB_SHA: ${{ github.sha }}