From 3635e4303a3f7d7e6f09e2ceece423c6a706be2a Mon Sep 17 00:00:00 2001 From: phil Date: Sat, 2 Nov 2024 15:32:52 +0100 Subject: [PATCH] Build: upload container image to the registry with tag --- build.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.yaml b/build.yaml index 928f666..0ed0cf8 100644 --- a/build.yaml +++ b/build.yaml @@ -1,4 +1,4 @@ -- name: Build containers +- name: Build container hosts: localhost gather_facts: false vars: @@ -32,7 +32,7 @@ file: Containerfile push: true push_args: - dest: "{{ repository }}/treetrail-frontend" + dest: "{{ repository }}/treetrail-frontend:{{ version.stdout }}" #quadlet_options: # - | # [Install]