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