From eeb5262f1dc82d399f72142148e95605a7494844 Mon Sep 17 00:00:00 2001 From: Dominik Schmidt Date: Sat, 11 Jul 2026 11:46:09 +0200 Subject: [PATCH] ci: fix wp-git-action image tag quay.io tags lost their v prefix, which broke the push step of all generator pipelines. --- .woodpecker/build-cpp-qt.yaml | 2 +- .woodpecker/build-go.yaml | 2 +- .woodpecker/build-php.yaml | 2 +- .woodpecker/build-typescript-axios.yaml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.woodpecker/build-cpp-qt.yaml b/.woodpecker/build-cpp-qt.yaml index 258fe36e..347ec55c 100644 --- a/.woodpecker/build-cpp-qt.yaml +++ b/.woodpecker/build-cpp-qt.yaml @@ -53,7 +53,7 @@ steps: when: - event: tag push_target_repo: - image: quay.io/thegeeklab/wp-git-action:v2.2.0 + image: quay.io/thegeeklab/wp-git-action:2.2.0 settings: path: libre-graph-api-cpp-qt-client remote_url: https://github.com/opencloud-eu/libre-graph-api-cpp-qt-client.git diff --git a/.woodpecker/build-go.yaml b/.woodpecker/build-go.yaml index 992257c9..e5c83d12 100644 --- a/.woodpecker/build-go.yaml +++ b/.woodpecker/build-go.yaml @@ -54,7 +54,7 @@ steps: when: - event: tag push_target_repo: - image: quay.io/thegeeklab/wp-git-action:v2.2.0 + image: quay.io/thegeeklab/wp-git-action:2.2.0 settings: path: libre-graph-api-go remote_url: https://github.com/opencloud-eu/libre-graph-api-go.git diff --git a/.woodpecker/build-php.yaml b/.woodpecker/build-php.yaml index f4bb49ab..ae8daf18 100644 --- a/.woodpecker/build-php.yaml +++ b/.woodpecker/build-php.yaml @@ -53,7 +53,7 @@ steps: when: - event: tag push_target_repo: - image: quay.io/thegeeklab/wp-git-action:v2.2.0 + image: quay.io/thegeeklab/wp-git-action:2.2.0 settings: path: libre-graph-api-php remote_url: https://github.com/opencloud-eu/libre-graph-api-php.git diff --git a/.woodpecker/build-typescript-axios.yaml b/.woodpecker/build-typescript-axios.yaml index 888d3eac..18e92a13 100644 --- a/.woodpecker/build-typescript-axios.yaml +++ b/.woodpecker/build-typescript-axios.yaml @@ -53,7 +53,7 @@ steps: when: - event: tag push_target_repo: - image: quay.io/thegeeklab/wp-git-action:v2.2.0 + image: quay.io/thegeeklab/wp-git-action:2.2.0 settings: path: libre-graph-api-typescript-axios remote_url: https://github.com/opencloud-eu/libre-graph-api-typescript-axios.git