From bd24e833cb3a97d79694b6e0cbb618556c2980d4 Mon Sep 17 00:00:00 2001 From: Patrice Ferlet Date: Tue, 16 Sep 2025 13:49:38 +0200 Subject: [PATCH] chore(oci): rename the step --- .gitea/workflows/build-oci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/build-oci.yaml b/.gitea/workflows/build-oci.yaml index 504ca29..d54d72f 100644 --- a/.gitea/workflows/build-oci.yaml +++ b/.gitea/workflows/build-oci.yaml @@ -18,7 +18,7 @@ jobs: contents: read packages: write steps: - - name: Extract version + - name: Extract version and image name run: | # remove "releases/" VERSION="${VERSION#releases/}"