Skip to content

Commit

Permalink
chore: update image name
Browse files Browse the repository at this point in the history
Signed-off-by: Florent Benoit <[email protected]>
  • Loading branch information
benoitf committed Mar 27, 2024
1 parent b0e62d7 commit 1ab7324
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1ab7324

Please sign in to comment.