We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 35c7396 commit be0a99eCopy full SHA for be0a99e
.github/workflows/push-image.yaml
@@ -132,7 +132,7 @@ jobs:
132
id: get-version
133
shell: bash
134
run: |
135
- 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)
136
echo "tag=$version" >> "$GITHUB_OUTPUT"
137
138
- name: Extract metadata (tags, labels) for Docker
0 commit comments