hopefully this will work
Some checks failed
build and publish docker image / deploy / build (push) Failing after 2m3s
Some checks failed
build and publish docker image / deploy / build (push) Failing after 2m3s
This commit is contained in:
parent
8139318127
commit
1673886246
4
.github/workflows/build_deploy_dev.yml
vendored
4
.github/workflows/build_deploy_dev.yml
vendored
|
@ -18,7 +18,7 @@ jobs:
|
|||
ref: 'dev'
|
||||
token: '${{ secrets.token }}'
|
||||
- name: 'Set up java 22'
|
||||
uses: https://github.com/actions/setup-java@v3
|
||||
uses: https://github.com/actions/setup-java@v4
|
||||
with:
|
||||
java-version: "22"
|
||||
distribution: "temurin"
|
||||
|
@ -29,5 +29,3 @@ jobs:
|
|||
- name: Build with Maven
|
||||
run: mvn -Dtoken=${{ secrets.token }} clean compile jib:build -e
|
||||
|
||||
|
||||
|
||||
|
|
Reference in a new issue