From b5b149ee137575e5ccb3477f958d8c4b547987d4 Mon Sep 17 00:00:00 2001 From: Andreas Mieke Date: Fri, 29 Dec 2023 15:01:22 +0100 Subject: [PATCH 1/2] ci: Remove latest tag --- .woodpecker.yml | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/.woodpecker.yml b/.woodpecker.yml index b8bc783..ea0fd03 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -7,9 +7,9 @@ steps: platforms: linux/386,linux/amd64,linux/arm/v6,linux/arm/v7,linux/arm64/v8,linux/ppc64le,linux/s390x registry: git.merp.digital when: - - event: push - branch: - exclude: [develop, master] + - event: push + branch: + exclude: [develop, master] publish-nightly: image: woodpeckerci/plugin-docker-buildx @@ -17,7 +17,7 @@ steps: repo: git.merp.digital/${CI_REPO_OWNER}/woodpecker-scp platforms: linux/386,linux/amd64,linux/arm/v6,linux/arm/v7,linux/arm64/v8,linux/ppc64le,linux/s390x registry: git.merp.digital - tags: ${CI_COMMIT_BRANCH} + tags: develop-${CI_COMMIT_SHA} username: ${CI_REPO_OWNER} password: from_secret: cb_token @@ -31,9 +31,7 @@ steps: repo: git.merp.digital/${CI_REPO_OWNER}/woodpecker-scp platforms: linux/386,linux/amd64,linux/arm/v6,linux/arm/v7,linux/arm64/v8,linux/ppc64le,linux/s390x registry: git.merp.digital - tags: - - latest - - ${CI_COMMIT_TAG} + tags: ${CI_COMMIT_TAG} username: ${CI_REPO_OWNER} password: from_secret: cb_token From 50d070813a71adbd1b96eaa60963e44c9bd8f9f8 Mon Sep 17 00:00:00 2001 From: Andreas Mieke Date: Fri, 29 Dec 2023 15:39:32 +0100 Subject: [PATCH 2/2] docs: Bump Version --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2644e7a..78845f7 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ To use woodpecker-scp use the following entries in your `.woodpecker.yml`: ```yaml publish: - image: git.merp.digital/eranmorkon/woodpecker-scp:latest + image: git.merp.digital/eranmorkon/woodpecker-scp:1.1.0 settings: ssh_key: from_secret: ssh_key