second try
Some checks failed
build and publish docker image / deploy / build (push) Failing after 47s
Some checks failed
build and publish docker image / deploy / build (push) Failing after 47s
This commit is contained in:
parent
1673886246
commit
a329c8f2f1
5
.github/workflows/build_deploy_dev.yml
vendored
5
.github/workflows/build_deploy_dev.yml
vendored
|
@ -22,9 +22,10 @@ jobs:
|
|||
with:
|
||||
java-version: "22"
|
||||
distribution: "temurin"
|
||||
cache: maven
|
||||
|
||||
- name: "Setup maven"
|
||||
uses: https://github.com/stCarolas/setup-maven@v5
|
||||
# - name: "Setup maven"
|
||||
# uses: https://github.com/stCarolas/setup-maven@v5
|
||||
|
||||
- name: Build with Maven
|
||||
run: mvn -Dtoken=${{ secrets.token }} clean compile jib:build -e
|
||||
|
|
Reference in a new issue