From 8c8dcc3b2ea34c4a6b48d5aaa63edb560482f6a0 Mon Sep 17 00:00:00 2001 From: Jack Wilburn Date: Thu, 11 Jan 2024 17:41:49 -0700 Subject: [PATCH] Try to make image_tag into a longer string --- .github/workflows/build-image.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/build-image.yml b/.github/workflows/build-image.yml index 2dc1d45..729e805 100644 --- a/.github/workflows/build-image.yml +++ b/.github/workflows/build-image.yml @@ -43,7 +43,6 @@ jobs: with: github_token: ${{ secrets.GITHUB_TOKEN }} image_name: ${{ github.repository }} - image_tag: "${{ matrix.software-versions.django-version }}-${{ github.ref_name }}" - + image_tag: "${{ format('{0}-{1}', matrix.software-versions['django-version'], github.ref_name) }}"