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