From e2d415cc3801012b4d5e2ee3e667ca026985897b Mon Sep 17 00:00:00 2001 From: Benjamin Sherman Date: Wed, 5 Nov 2025 10:38:23 -0600 Subject: [PATCH] chore(ci): restore registry to push action --- .github/workflows/reusable-build.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/reusable-build.yml b/.github/workflows/reusable-build.yml index a1c81b8..45ad307 100644 --- a/.github/workflows/reusable-build.yml +++ b/.github/workflows/reusable-build.yml @@ -271,6 +271,7 @@ jobs: with: image: ${{ steps.build_image.outputs.image }} tags: ${{ steps.build_image.outputs.tags }} + registry: ${{ env.IMAGE_REGISTRY }} username: ${{ env.REGISTRY_USER }} password: ${{ env.REGISTRY_PASSWORD }} extra-args: |