Skip to content

Commit

Permalink
try quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
SandroBarillaPXL committed Oct 3, 2024
1 parent 267a96b commit 9c3f440
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
run: npm test
docker:
runs-on: ubuntu-latest
needs: test
#needs: test
steps:
- name: Set image tag
run: |
Expand All @@ -28,7 +28,7 @@ jobs:
TAG=$(echo $COMMIT_MSG | grep -oP '(?<=\[TAG\])\S+')
echo "TAG=$TAG" >> $GITHUB_ENV
else
echo "TAG=latest" >> $GITHUB_ENV
echo "TAG='latest'" >> $GITHUB_ENV
fi
echo "TAG: $TAG"
#source: https://chatgpt.com/share/66fe5874-6410-8009-ab95-d2fe9956a708
Expand Down

0 comments on commit 9c3f440

Please sign in to comment.