From e474f11b44d6be648ed37313bf050cf8dd600627 Mon Sep 17 00:00:00 2001 From: maximo tejeda Date: Fri, 15 Nov 2024 11:28:37 -0400 Subject: [PATCH] FIX typo --- .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 33e4d85..74817ed 100644 --- a/.github/workflows/image_creation.yaml +++ b/.github/workflows/image_creation.yaml @@ -39,5 +39,5 @@ jobs: push: true tags: git.maximotejeda.com/maximo/ddns:${{ github.ref_name }} build-args: - - version=${{ github.ref_name}} + - version=${{ github.ref_name }} - SHORTSHA=${{ steps.vars.outputs.shortsha }}