From c224ca1730b880b9a739fbefae25a3dc2c906de5 Mon Sep 17 00:00:00 2001 From: maximo tejeda Date: Fri, 15 Nov 2024 11:40:12 -0400 Subject: [PATCH] With refference --- .github/workflows/image_creation.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/image_creation.yaml b/.github/workflows/image_creation.yaml index 7f94867..de58012 100644 --- a/.github/workflows/image_creation.yaml +++ b/.github/workflows/image_creation.yaml @@ -38,6 +38,6 @@ jobs: platforms: linux/amd64,linux/arm64 push: true tags: git.maximotejeda.com/maximo/ddns:${{ github.ref_name }} - build-args: - - "version=${{ github.ref_name }}" - - "SHORTSHA=${{ steps.vars.outputs.shortsha }}" + build-args: | + version=${{ github.ref_name }} + SHORTSHA=${{ steps.vars.outputs.shortsha }}