From cd58b064741a5a9e2f662efadb0c7a4969a3be5b Mon Sep 17 00:00:00 2001 From: Pim Kunis Date: Wed, 14 Jun 2023 13:58:42 +0200 Subject: [PATCH] don't add additional tags --- pipeline.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/pipeline.yml b/pipeline.yml index a30e000..af70f73 100644 --- a/pipeline.yml +++ b/pipeline.yml @@ -11,7 +11,7 @@ resources: repository: git.pim.kunis.nl/pim/concourse-apprise-notifier username: pim password: ((api_key)) - tag: ((image_version)) + tag: "((image_version))" icon: docker jobs: @@ -78,4 +78,3 @@ jobs: - put: registry-image params: image: image/image.tar - additional_tags: 'latest ((image_version))'