Skip to content

Commit ed05c91

Browse files
committed
Fix package repo name
1 parent 69e7feb commit ed05c91

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-push-artifacts.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
id: image-meta
5757
uses: docker/metadata-action@v5
5858
with:
59-
images: ghcr.io/azimuth-cloud/azimuth-${{ matrix.component }}
59+
images: ghcr.io/stackhpc/azimuth-llm-${{ matrix.component }}-ui
6060
# Produce the branch name or tag and the SHA as tags
6161
tags: |
6262
type=ref,event=branch

0 commit comments

Comments
 (0)