From d49fb98c2df884828d4df5b35b1bb0f309854949 Mon Sep 17 00:00:00 2001 From: Brian Upton Date: Mon, 20 May 2024 10:10:47 -0500 Subject: [PATCH] Only push tags on release If you try to push more than that, it will fail if a newer commit has been made --- ci/pipeline.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/pipeline.yml b/ci/pipeline.yml index 3d668d223..e9340e71f 100644 --- a/ci/pipeline.yml +++ b/ci/pipeline.yml @@ -239,7 +239,7 @@ jobs: - task: create-dockerfile file: bosh-cli/ci/tasks/create-dockerfile.yml - - {put: bosh-cli, params: {repository: bosh-cli, tag: version-semver/number, tag_prefix: v}} + - {put: bosh-cli, params: {repository: bosh-cli, tag: version-semver/number, tag_prefix: v, only_tag: true }} - in_parallel: - {put: release-bucket-linux, params: {file: compiled-linux-amd64/bosh-cli-*-linux-amd64}}