Skip to content

Commit

Permalink
fix: update param
Browse files Browse the repository at this point in the history
  • Loading branch information
felipementel authored Jan 13, 2025
1 parent 35c7396 commit be0a99e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/push-image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ jobs:
id: get-version
shell: bash
run: |
version=$(sed -n 's/.*<Version>\(.*\)<\/Version>.*/\1/p' ./src/DEPLOY.Cachorro.Api/DEPLOY.Cachorro.Api.csproj)
version=$(sed -n 's/.*<Version>\(.*\)<\/Version>.*/\1/p' $csprojFolder)
echo "tag=$version" >> "$GITHUB_OUTPUT"
- name: Extract metadata (tags, labels) for Docker
Expand Down

0 comments on commit be0a99e

Please sign in to comment.