maybe this
Some checks failed
build and publish docker image / deploy / build (push) Failing after 1m47s
Some checks failed
build and publish docker image / deploy / build (push) Failing after 1m47s
This commit is contained in:
parent
061d09d3d1
commit
0bee37ed09
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 -X
|
||||
run: mvn -Dtoken=${{ secrets.token }} clean package jib:build
|
||||
|
||||
|
|
|
@ -11,8 +11,6 @@
|
|||
<version>0.0.1</version>
|
||||
<name>gateway</name>
|
||||
<description>API gateway for LearningPulse</description>
|
||||
<properties>
|
||||
</properties>
|
||||
|
||||
<dependencies>
|
||||
<dependency>
|
||||
|
|
Reference in a new issue