From fc7fb38b1bf95f710cedcbe3e6a34e5f065b0498 Mon Sep 17 00:00:00 2001 From: Wyatt Pearsall Date: Wed, 13 Sep 2023 23:15:58 -0400 Subject: [PATCH] pull correct tag --- .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 d73a2997043..9439a6cac25 100644 --- a/.github/workflows/build-artifact.yml +++ b/.github/workflows/build-artifact.yml @@ -30,7 +30,7 @@ jobs: registry: ghcr.io username: ${{ github.actor }} password: ${{ secrets.GITHUB_TOKEN }} - image: ${{ github.repository }}-builder:latest + image: ${{ github.repository }}-builder:main options: -v ${{ github.workspace }}:/cfgov run: ./_build.sh