Skip to content

Commit

Permalink
Add image tag prefix
Browse files Browse the repository at this point in the history
  • Loading branch information
jveski committed Jul 3, 2024
1 parent 3c50305 commit a447503
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ship.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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
Expand Down

0 comments on commit a447503

Please sign in to comment.