File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change 24
24
with :
25
25
ref : ${{ github.event.release.tag_name }}
26
26
27
+ - name : Set up Docker Buildx
28
+ uses : docker/setup-buildx-action@v2
29
+
27
30
- name : Log in to the Container registry
28
31
uses : docker/login-action@v3
29
32
with :
46
49
context : .
47
50
file : ./Dockerfile.backend
48
51
push : true
52
+ platforms : linux/amd64,linux/arm64
49
53
target : production
50
54
tags : ${{ steps.meta-backend.outputs.tags }}
51
55
labels : ${{ steps.meta-backend.outputs.labels }}
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.15 "
7
+ version = " 0.1.16 "
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