Compare commits
3 Commits
Author | SHA1 | Date |
---|---|---|
|
d829a4d124 | |
|
34802347d0 | |
|
1e88d4ca8b |
|
@ -150,7 +150,7 @@ jobs:
|
||||||
release:
|
release:
|
||||||
needs: [tag, build]
|
needs: [tag, build]
|
||||||
name: Release
|
name: Release
|
||||||
runs-on: ubuntu-20.04
|
runs-on: ubuntu-24.04
|
||||||
steps:
|
steps:
|
||||||
- name: id
|
- name: id
|
||||||
run: echo the release id is ${{ needs.tag.outputs.releaseId}}
|
run: echo the release id is ${{ needs.tag.outputs.releaseId}}
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
"displayName": "ai-lab-monorepo",
|
"displayName": "ai-lab-monorepo",
|
||||||
"description": "ai-lab-monorepo",
|
"description": "ai-lab-monorepo",
|
||||||
"publisher": "redhat",
|
"publisher": "redhat",
|
||||||
"version": "1.7.0-next",
|
"version": "1.7.1",
|
||||||
"license": "Apache-2.0",
|
"license": "Apache-2.0",
|
||||||
"private": true,
|
"private": true,
|
||||||
"engines": {
|
"engines": {
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
"name": "ai-lab",
|
"name": "ai-lab",
|
||||||
"displayName": "Podman AI Lab",
|
"displayName": "Podman AI Lab",
|
||||||
"description": "Podman AI Lab lets you work with LLMs locally, exploring AI fundamentals, experimenting with models and prompts, and serving models while maintaining data security and privacy.",
|
"description": "Podman AI Lab lets you work with LLMs locally, exploring AI fundamentals, experimenting with models and prompts, and serving models while maintaining data security and privacy.",
|
||||||
"version": "1.7.0-next",
|
"version": "1.7.1",
|
||||||
"icon": "icon.png",
|
"icon": "icon.png",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"publisher": "redhat",
|
"publisher": "redhat",
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"name": "frontend-app",
|
"name": "frontend-app",
|
||||||
"displayName": "UI for AI Lab",
|
"displayName": "UI for AI Lab",
|
||||||
"version": "1.7.0-next",
|
"version": "1.7.1",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"license": "Apache-2.0",
|
"license": "Apache-2.0",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "ai-lab-tests-playwright",
|
"name": "ai-lab-tests-playwright",
|
||||||
"version": "1.7.0-next",
|
"version": "1.7.1",
|
||||||
"description": "Podman Desktop AI Lab extension Playwright E2E tests",
|
"description": "Podman Desktop AI Lab extension Playwright E2E tests",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"test:e2e": "xvfb-maybe --auto-servernum --server-args='-screen 0 1280x960x24' -- npx playwright test src/",
|
"test:e2e": "xvfb-maybe --auto-servernum --server-args='-screen 0 1280x960x24' -- npx playwright test src/",
|
||||||
|
|
Loading…
Reference in New Issue