From ea7881416df9685b2f298846c8eb49601548a9f7 Mon Sep 17 00:00:00 2001 From: "Wyatt J. Miller" Date: Sat, 19 Jul 2025 16:22:12 -0400 Subject: [PATCH] throwing in the towel --- .github/workflows/build.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 79ff8f9..904d6f6 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -9,6 +9,7 @@ on: env: REGISTRY: scm.wyattjmiller.com + USERNAME: ${{ secrets.GH_ACTION_USERNAME }} jobs: build-and-push: @@ -48,7 +49,7 @@ jobs: id: meta uses: docker/metadata-action@v5 with: - images: ${{ env.REGISTRY }}/${{ secrets.GH_ACTION_USERNAME }}/${{ matrix.image }} + images: ${{ env.REGISTRY }}/${{ env.USERNAME }}/${{ matrix.image }} tags: | type=ref,event=branch type=ref,event=pr @@ -63,7 +64,7 @@ jobs: context: ${{ matrix.context }} file: ${{ matrix.context }}/${{ matrix.dockerfile }} push: true - tags: ${{ steps.meta.outputs.tags }} + tags: scm.wyattjmiller.com/wymiller/${{ matrix.image }} labels: ${{ steps.meta.outputs.labels }} cache-from: type=gha cache-to: type=gha,mode=max