Skip to content

Commit 312c4fc

Browse files
authored
Update chart registry and image name in workflow
1 parent afe4eb1 commit 312c4fc

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/build-extension.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ on: [push, pull_request, workflow_dispatch]
44

55
env:
66
CHART_PATH: charts/suse-ai-lifecycle-manager
7-
CHART_REGISTRY: oci://ghcr.io/leooamaral/chart
8-
IMAGE_NAME: ghcr.io/leooamaral/suse-ai-lifecycle-manager
7+
CHART_REGISTRY: oci://ghcr.io/suse/chart
8+
IMAGE_NAME: ghcr.io/suse/suse-ai-lifecycle-manager
99

1010
jobs:
1111
build-amd64:
@@ -72,7 +72,7 @@ jobs:
7272
env:
7373
RELEASE_TAG: ${{ steps.tags.outputs.TAGS }}
7474
run: |
75-
publish=(yarn publish-pkgs -c -i '' -r ghcr.io -o 'leooamaral')
75+
publish=(yarn publish-pkgs -c -i '' -r ghcr.io -o 'suse')
7676
7777
if [[ -n "${{ env.RELEASE_TAG }}" ]]; then
7878
publish+=(-t "$RELEASE_TAG")
@@ -151,7 +151,7 @@ jobs:
151151
env:
152152
RELEASE_TAG: ${{ steps.tags.outputs.TAGS }}
153153
run: |
154-
publish=(yarn publish-pkgs -c -i '' -r ghcr.io -o 'leooamaral')
154+
publish=(yarn publish-pkgs -c -i '' -r ghcr.io -o 'suse')
155155
156156
if [[ -n "${{ env.RELEASE_TAG }}" ]]; then
157157
publish+=(-t "$RELEASE_TAG")

0 commit comments

Comments
 (0)