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 2323 uses : actions/checkout@v4
2424 with :
2525 ref : ${{ github.event.release.tag_name }}
26+
27+ - name : Set up QEMU
28+ uses : docker/setup-qemu-action@v3
2629
2730 - name : Set up Docker Buildx
28- uses : docker/setup-buildx-action@v2
31+ uses : docker/setup-buildx-action@v3
2932
3033 - name : Log in to the Container registry
3134 uses : docker/login-action@v3
4447 type=semver,pattern={{major}}.{{minor}}
4548
4649 - name : Build and push Backend image
47- uses : docker/build-push-action@v5
50+ uses : docker/build-push-action@v6
4851 with :
4952 context : .
5053 file : ./Dockerfile.backend
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44
55[project ]
66name = " pyspur"
7- version = " 0.1.17 "
7+ version = " 0.1.18 "
88description = " PySpur is a Graph UI for building AI Agents in Python"
99requires-python = " >=3.11"
1010license = " Apache-2.0"
You can’t perform that action at this time.
0 commit comments