fix: actions mvn version
Some checks failed
build and publish docker image / deploy / build (push) Failing after 53s
Some checks failed
build and publish docker image / deploy / build (push) Failing after 53s
This commit is contained in:
parent
88e852cbcf
commit
b0e8c7c06c
2
.github/workflows/build_deploy_dev.yml
vendored
2
.github/workflows/build_deploy_dev.yml
vendored
|
@ -24,7 +24,7 @@ jobs:
|
||||||
release: 22
|
release: 22
|
||||||
version: 17.0.10
|
version: 17.0.10
|
||||||
- name: "Setup maven"
|
- name: "Setup maven"
|
||||||
uses: https://github.com/s4u/setup-maven-action@v1
|
uses: https://github.com/s4u/setup-maven-action@v1.13.0
|
||||||
- name: Build with Maven
|
- name: Build with Maven
|
||||||
run: mvn -Dtoken=${{ secrets.token }} clean compile jib:build -e
|
run: mvn -Dtoken=${{ secrets.token }} clean compile jib:build -e
|
||||||
|
|
||||||
|
|
Reference in a new issue