actions:
Some checks failed
build and publish docker image / deploy / build (push) Failing after 1m35s
Some checks failed
build and publish docker image / deploy / build (push) Failing after 1m35s
added maven back, but different thistime
This commit is contained in:
parent
acce7ba3cb
commit
1c7feef7db
3
.github/workflows/build_deploy_dev.yml
vendored
3
.github/workflows/build_deploy_dev.yml
vendored
|
@ -23,6 +23,9 @@ jobs:
|
||||||
java-version: "22"
|
java-version: "22"
|
||||||
distribution: "temurin"
|
distribution: "temurin"
|
||||||
|
|
||||||
|
- name: "Setup maven"
|
||||||
|
uses: https://github.com/stCarolas/setup-maven@v5
|
||||||
|
|
||||||
- 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