We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e388637 commit 9b2863cCopy full SHA for 9b2863c
.github/workflows/release.yml
@@ -37,7 +37,7 @@ jobs:
37
type=raw,value=latest,enable={{is_default_branch}}
38
39
- name: Push image
40
- uses: docker/build-push-action@v5
+ uses: docker/build-push-action@v6
41
with:
42
context: .
43
push: true
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "zpi"
3
-version = "1.0.3"
+version = "1.0.4"
4
edition = "2024"
5
6
[dependencies]
0 commit comments