From 2feed500af99c2e0d563e2a1a432f27c673938f0 Mon Sep 17 00:00:00 2001 From: MedAziz11 <58366672+MedAziz11@users.noreply.github.com> Date: Sat, 29 Jul 2023 14:36:42 +0100 Subject: [PATCH] Update main.yml --- .github/workflows/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 512296b..686dfb2 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -70,8 +70,8 @@ jobs: echo "Error: Unexpected branch or tag" exit 1 fi - echo ""{tags}={${TAGS}}"" - echo ""{tags}={${TAGS}}" >> $GITHUB_OUTPUT" + + echo "{tags}=${TAGS}" >> $GITHUB_OUTPUT # Build, test, and push the Docker image - name: Build, Test, and Push Docker image