-X insted of -e
Some checks failed
build and publish docker image / deploy / build (push) Failing after 1m23s
Some checks failed
build and publish docker image / deploy / build (push) Failing after 1m23s
This commit is contained in:
parent
635baacc6b
commit
061d09d3d1
2
.github/workflows/build_deploy_dev.yml
vendored
2
.github/workflows/build_deploy_dev.yml
vendored
|
@ -49,5 +49,5 @@ jobs:
|
|||
${{ runner.os }}-maven
|
||||
|
||||
- name: Build with Maven
|
||||
run: mvn -Dtoken=${{ secrets.token }} clean compile jib:build -e
|
||||
run: mvn -Dtoken=${{ secrets.token }} clean compile jib:build -X
|
||||
|
||||
|
|
Reference in a new issue