Path
This commit is contained in:
parent
edc8d6dfcf
commit
961fd5cc1f
2
.github/workflows/v2.yml
vendored
2
.github/workflows/v2.yml
vendored
@ -223,7 +223,7 @@ jobs:
|
|||||||
- name: Extract version from build.gradle.kts
|
- name: Extract version from build.gradle.kts
|
||||||
id: extract_version
|
id: extract_version
|
||||||
run: |
|
run: |
|
||||||
VERSION=$(grep '^version\s*=\s*\".*\"' .\\apps\\coordinator\\build.gradle.kts | sed 's/^version\s*=\s*\"\(.*\)\"/\1/')
|
VERSION=$(grep '^version\s*=\s*\".*\"' ./apps/coordinator/build.gradle.kts | sed 's/^version\s*=\s*\"\(.*\)\"/\1/')
|
||||||
echo "::set-output name=version::$VERSION
|
echo "::set-output name=version::$VERSION
|
||||||
|
|
||||||
- name: Build and push Docker image
|
- name: Build and push Docker image
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user