We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e704af2 commit 026c855Copy full SHA for 026c855
.github/workflows/build-publish.yaml
@@ -41,7 +41,7 @@ jobs:
41
id: build-image
42
uses: redhat-actions/buildah-build@v2
43
with:
44
- image: ai-studio-playground-chat
+ image: ai-lab-playground-chat
45
tags: nightly ${{ github.sha }}
46
containerfiles: |
47
./chat/Containerfile
.github/workflows/release.yaml
@@ -75,7 +75,7 @@ jobs:
75
76
77
78
79
tags: latest ${{ steps.TAG_UTIL.outputs.imageVersion }}
80
81
0 commit comments