fix profile name
This commit is contained in:
parent
39a68fba2d
commit
745312cd68
2 changed files with 2 additions and 2 deletions
2
.github/workflows/release-build.yml
vendored
2
.github/workflows/release-build.yml
vendored
|
@ -16,7 +16,7 @@ jobs:
|
||||||
with:
|
with:
|
||||||
java-version: '1.13'
|
java-version: '1.13'
|
||||||
- name: Build release
|
- name: Build release
|
||||||
run: ./mvnw -B clean package -Pproduction-mode
|
run: ./mvnw -B clean package -Pproduction
|
||||||
- name: Extract version
|
- name: Extract version
|
||||||
id: version
|
id: version
|
||||||
run: echo ::set-output name=value::$(./mvnw org.apache.maven.plugins:maven-help-plugin:2.1.1:evaluate -Dexpression=project.version | grep '^[0-9]')
|
run: echo ::set-output name=value::$(./mvnw org.apache.maven.plugins:maven-help-plugin:2.1.1:evaluate -Dexpression=project.version | grep '^[0-9]')
|
||||||
|
|
2
.github/workflows/release-docker.yml
vendored
2
.github/workflows/release-docker.yml
vendored
|
@ -16,4 +16,4 @@ jobs:
|
||||||
with:
|
with:
|
||||||
java-version: '1.13'
|
java-version: '1.13'
|
||||||
- name: Build and push release
|
- name: Build and push release
|
||||||
run: ./mvnw -B clean package dockerfile:build dockerfile:push -Pproduction-mode
|
run: ./mvnw -B clean package dockerfile:build dockerfile:push -Pproduction
|
Loading…
Reference in a new issue