File tree Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 23
23
uses : actions/checkout@v4
24
24
with :
25
25
ref : ${{ github.event.release.tag_name }}
26
+
27
+ - name : Set up QEMU
28
+ uses : docker/setup-qemu-action@v3
26
29
27
30
- name : Set up Docker Buildx
28
- uses : docker/setup-buildx-action@v2
31
+ uses : docker/setup-buildx-action@v3
29
32
30
33
- name : Log in to the Container registry
31
34
uses : docker/login-action@v3
44
47
type=semver,pattern={{major}}.{{minor}}
45
48
46
49
- name : Build and push Backend image
47
- uses : docker/build-push-action@v5
50
+ uses : docker/build-push-action@v6
48
51
with :
49
52
context : .
50
53
file : ./Dockerfile.backend
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "hatchling.build"
4
4
5
5
[project ]
6
6
name = " pyspur"
7
- version = " 0.1.17 "
7
+ version = " 0.1.18 "
8
8
description = " PySpur is a Graph UI for building AI Agents in Python"
9
9
requires-python = " >=3.11"
10
10
license = " Apache-2.0"
You can’t perform that action at this time.
0 commit comments