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