Skip to content

Commit 9b2863c

Browse files
committed
push action v6
1 parent e388637 commit 9b2863c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
type=raw,value=latest,enable={{is_default_branch}}
3838
3939
- name: Push image
40-
uses: docker/build-push-action@v5
40+
uses: docker/build-push-action@v6
4141
with:
4242
context: .
4343
push: true

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "zpi"
3-
version = "1.0.3"
3+
version = "1.0.4"
44
edition = "2024"
55

66
[dependencies]

0 commit comments

Comments
 (0)