From 026c855b8b7e11b5dd33b05d989e4bd869a8e6d4 Mon Sep 17 00:00:00 2001 From: Florent Benoit Date: Wed, 27 Mar 2024 11:10:11 +0100 Subject: [PATCH] chore: update image name Signed-off-by: Florent Benoit --- .github/workflows/build-publish.yaml | 2 +- .github/workflows/release.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-publish.yaml b/.github/workflows/build-publish.yaml index 2c2ee5f..834fed7 100644 --- a/.github/workflows/build-publish.yaml +++ b/.github/workflows/build-publish.yaml @@ -41,7 +41,7 @@ jobs: id: build-image uses: redhat-actions/buildah-build@v2 with: - image: ai-studio-playground-chat + image: ai-lab-playground-chat tags: nightly ${{ github.sha }} containerfiles: | ./chat/Containerfile diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 38c28ec..4c0fa4d 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -75,7 +75,7 @@ jobs: id: build-image uses: redhat-actions/buildah-build@v2 with: - image: ai-studio-playground-chat + image: ai-lab-playground-chat tags: latest ${{ steps.TAG_UTIL.outputs.imageVersion }} containerfiles: | ./chat/Containerfile