From 6f211f297eb68f1afa1328cf8e59d6b7b17294fd Mon Sep 17 00:00:00 2001 From: Luke Harding Date: Fri, 19 Apr 2024 15:39:19 +0000 Subject: [PATCH] Update .github/workflows/publish-github.yaml --- .github/workflows/publish-github.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish-github.yaml b/.github/workflows/publish-github.yaml index 493c410..3187091 100644 --- a/.github/workflows/publish-github.yaml +++ b/.github/workflows/publish-github.yaml @@ -8,7 +8,7 @@ on: # Defines two custom environment variables for the workflow. These are used for the Container registry domain, and a name for the Docker image that this workflow builds. env: - REGISTRY: ghcr.io + REGISTRY: git.lukeh990.io IMAGE_NAME: ${{ github.repository }} # There is a single job in this workflow. It's configured to run on the latest available version of Ubuntu. -- 2.45.2