From 2464d2ab176074cf931598d1c4ab8fb7ea80bac8 Mon Sep 17 00:00:00 2001 From: "Wyatt J. Miller" Date: Sat, 19 Jul 2025 15:27:05 -0400 Subject: [PATCH] eighth pass at ci --- .github/workflows/build.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 0b524c7..5df93c0 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -22,13 +22,13 @@ jobs: matrix: include: - dockerfile: public/Dockerfile - image: mywebsite-public + image: my-website-v2_public context: ./backend - dockerfile: task/Dockerfile - image: mywebsite-task + image: my-website-v2_task context: ./backend - dockerfile: Dockerfile - image: mywebsite-frontend + image: my-website-v2_frontend context: ./frontend steps: @@ -49,7 +49,7 @@ jobs: id: meta uses: docker/metadata-action@v5 with: - images: ${{ env.REGISTRY }}/${{ env.IMAGE_PREFIX }}/${{ matrix.image }} + images: ${{ env.REGISTRY }}/wymiller/${{ env.IMAGE_PREFIX }}/${{ matrix.image }} tags: | type=ref,event=branch type=ref,event=pr