From 4e11ad67d05cb017db39d182bb72b9c10bb10c05 Mon Sep 17 00:00:00 2001 From: Jon Date: Fri, 9 Aug 2024 22:10:23 +0930 Subject: [PATCH] ci: use docker.io as publish registry #209 --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 14cb647a..f7716cdb 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -19,7 +19,7 @@ jobs: uses: nofusscomputing/action_docker/.github/workflows/docker.yaml@development with: DOCKER_BUILD_IMAGE_NAME: "nofusscomputing/centurion-erp" - DOCKER_PUBLISH_REGISTRY: "docker.io/nofusscomputing" + DOCKER_PUBLISH_REGISTRY: "docker.io" DOCKER_PUBLISH_IMAGE_NAME: "nofusscomputing/centurion-erp" secrets: DOCKER_PUBLISH_USERNAME: ${{ secrets.NFC_DOCKERHUB_TOKEN }}