Skip to content
This repository has been archived by the owner on Jul 15, 2024. It is now read-only.

Commit

Permalink
ci(docker): fix service name
Browse files Browse the repository at this point in the history
  • Loading branch information
Hazmi35 authored Feb 24, 2024
1 parent f11f2b4 commit ccbe388
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/services-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
id: scope
run: |
TAG=${{ steps.tag.outputs.tag }}
SERVICE_NAME=$(echo $TAG | cut -d'@' -f2)
SERVICE_NAME=$(echo $TAG | cut -d'@' -f2 | cut -d'/' -f2)
VERSION=$(echo $TAG | cut -d'@' -f3)
echo "service=${SERVICE_NAME}" >> $GITHUB_OUTPUT
echo "version=${VERSION}" >> $GITHUB_OUTPUT
Expand Down

0 comments on commit ccbe388

Please sign in to comment.