Skip to content

Commit 026c855

Browse files
committed
chore: update image name
Signed-off-by: Florent Benoit <[email protected]>
1 parent e704af2 commit 026c855

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build-publish.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
id: build-image
4242
uses: redhat-actions/buildah-build@v2
4343
with:
44-
image: ai-studio-playground-chat
44+
image: ai-lab-playground-chat
4545
tags: nightly ${{ github.sha }}
4646
containerfiles: |
4747
./chat/Containerfile

.github/workflows/release.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ jobs:
7575
id: build-image
7676
uses: redhat-actions/buildah-build@v2
7777
with:
78-
image: ai-studio-playground-chat
78+
image: ai-lab-playground-chat
7979
tags: latest ${{ steps.TAG_UTIL.outputs.imageVersion }}
8080
containerfiles: |
8181
./chat/Containerfile

0 commit comments

Comments
 (0)