Revert "release 0.4.1 (#666)" (#669)

This reverts commit 77df5160d8.
This commit is contained in:
Adil Hafeez 2025-12-30 15:28:30 -08:00 committed by GitHub
parent 77df5160d8
commit 77cdc7f6ef
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
18 changed files with 371 additions and 373 deletions

View file

@ -30,7 +30,7 @@ jobs:
- name: build arch docker image
run: |
cd ../../ && docker build -f Dockerfile . -t katanemo/plano -t katanemo/plano:0.4.1 -t katanemo/plano:latest
cd ../../ && docker build -f Dockerfile . -t katanemo/plano -t katanemo/plano:0.4.0 -t katanemo/plano:latest
- name: start plano
env:

View file

@ -24,7 +24,7 @@ jobs:
- name: build plano docker image
run: |
docker build -f Dockerfile . -t katanemo/plano -t katanemo/plano:0.4.1
docker build -f Dockerfile . -t katanemo/plano -t katanemo/plano:0.4.0
- name: install uv
run: curl -LsSf https://astral.sh/uv/install.sh | sh

View file

@ -24,7 +24,7 @@ jobs:
- name: build arch docker image
run: |
docker build -f Dockerfile . -t katanemo/plano -t katanemo/plano:0.4.1
docker build -f Dockerfile . -t katanemo/plano -t katanemo/plano:0.4.0
- name: install uv
run: curl -LsSf https://astral.sh/uv/install.sh | sh

View file

@ -24,7 +24,7 @@ jobs:
- name: build arch docker image
run: |
docker build -f Dockerfile . -t katanemo/plano -t katanemo/plano:0.4.1
docker build -f Dockerfile . -t katanemo/plano -t katanemo/plano:0.4.0
- name: validate arch config
run: |