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'
|
ref: 'dev'
|
||||||
token: '${{ secrets.token }}'
|
token: '${{ secrets.token }}'
|
||||||
- name: 'Set up java 22'
|
- name: 'Set up java 22'
|
||||||
uses: https://github.com/actions/setup-java@v3
|
uses: https://github.com/actions/setup-java@v4
|
||||||
with:
|
with:
|
||||||
java-version: "22"
|
java-version: "22"
|
||||||
distribution: "temurin"
|
distribution: "temurin"
|
||||||
|
@ -29,5 +29,3 @@ jobs:
|
||||||
- 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