From a44750316582bf47145953ed0a3765af3aa5bf57 Mon Sep 17 00:00:00 2001 From: Jordan Olshevski Date: Tue, 2 Jul 2024 20:37:39 -0500 Subject: [PATCH] Add image tag prefix --- .github/workflows/ship.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ship.yaml b/.github/workflows/ship.yaml index 3187089..0ba06db 100644 --- a/.github/workflows/ship.yaml +++ b/.github/workflows/ship.yaml @@ -43,7 +43,7 @@ jobs: echo "matrix=$matrix" >> $GITHUB_OUTPUT build: - name: Build and Push + name: Build and Push ${{ matrix.name }} runs-on: ubuntu-latest needs: [test, generate-matrix] strategy: @@ -67,7 +67,7 @@ jobs: id: meta uses: docker/metadata-action@v5 with: - images: ${{ env.REGISTRY }}/TheLab-ms/${{ matrix.name }} + images: ${{ env.REGISTRY }}/TheLab-ms/profile/${{ matrix.name }} tags: | type=sha