Skip to content

Commit

Permalink
Fix workflow test
Browse files Browse the repository at this point in the history
  • Loading branch information
MSECode committed Dec 19, 2023
1 parent 0fd0440 commit 581c9f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 581c9f7

Please sign in to comment.