From 581c9f7c61049ff02f226c5a548525e84de2d2be Mon Sep 17 00:00:00 2001 From: Jacopo Date: Tue, 19 Dec 2023 19:03:28 +0100 Subject: [PATCH] Fix workflow test --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 6793d11..2728919 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -204,7 +204,7 @@ jobs: - name: Set date argument for Docker build id: get_date run: | - echo "DATE_HOUR=$(date +'%d/%m/%Y_%H:%M:%S')" >> $GITHUB_OUTPUT + echo "DATE_HOUR=$(echo \"$(date +'%d/%m/%Y_%H:%M:%S')\" )" >> $GITHUB_OUTPUT ##################### Here we check the release version and replace Custom with stable only for the image name ###################### - name: Get release / master version