From 08a1361ce239e749e680481a8fba92352df69849 Mon Sep 17 00:00:00 2001 From: Austin Hales <92957127+a-hales@users.noreply.github.com> Date: Tue, 10 Jan 2023 11:53:14 -0800 Subject: [PATCH] switch prinmary and secondary tags in yaml (#10) --- codefresh.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/codefresh.yml b/codefresh.yml index 68582a3..1a485f6 100644 --- a/codefresh.yml +++ b/codefresh.yml @@ -35,7 +35,7 @@ steps: image_name: "nobl9/sloctl" dockerfile: 'Dockerfile' registry: "nobl9" - tag: "latest" + tag: "${{VERSION}}" tags: - - "${{VERSION}}" + - "latest" stage: "build"