From c80d3470c5f02a0f048cdc0ed3675768a9fd7380 Mon Sep 17 00:00:00 2001 From: maximo tejeda Date: Fri, 15 Nov 2024 11:36:18 -0400 Subject: [PATCH] Other attemp --- .github/workflows/image_creation.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/image_creation.yaml b/.github/workflows/image_creation.yaml index acee7f3..9c1c684 100644 --- a/.github/workflows/image_creation.yaml +++ b/.github/workflows/image_creation.yaml @@ -38,4 +38,4 @@ 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 }}"