From e92a92f0f348fc192ac6760cbe375c206526137c Mon Sep 17 00:00:00 2001 From: Wyatt Pearsall Date: Wed, 13 Sep 2023 22:54:30 -0400 Subject: [PATCH] registry typo --- .github/workflows/build-artifact.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-artifact.yml b/.github/workflows/build-artifact.yml index bf3e190598f..ec54f4f1418 100644 --- a/.github/workflows/build-artifact.yml +++ b/.github/workflows/build-artifact.yml @@ -27,7 +27,7 @@ jobs: - name: Run the build process with Docker uses: addnab/docker-run-action@v3 with: - registry: gcr.io + registry: ghcr.io image: ${{ github.repository }}-builder:latest options: -v ${{ github.workspace }}:/cfgov run: ./_build.sh