From 3c7e29430f706ab504333d6afefa6f21c25d536c Mon Sep 17 00:00:00 2001 From: Alexandre Date: Sat, 13 Jan 2024 08:52:30 +0100 Subject: [PATCH] Use correct pin version --- .gitea/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index ed3eb92..4c0a62d 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -96,7 +96,7 @@ jobs: - name: pin id: pin - uses: docker://gitea.bruyant.xyz/alexandre/ipfs-node-pin:v1.0.1 + uses: docker://gitea.bruyant.xyz/alexandre/ipfs-node-pin:1.0.1 with: ipfs_host: "ipfs-api.ipfs.svc" ipfs_port: "5001"