Skip to content

Commit a795bd5

Browse files
committed
remove extra jib info which i think they are not needed.
1 parent 2f1fea8 commit a795bd5

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

.github/workflows/maven.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,4 @@ jobs:
3737
mvn compile com.google.cloud.tools:jib-maven-plugin:build \
3838
-Dimage=ghcr.io/matagthegame/matag-admin:latest \
3939
-Djib.to.auth.username=${{ github.actor }} \
40-
-Djib.to.auth.password=${{ secrets.GITHUB_TOKEN }} \
41-
-Djib.container.appRoot=/opt/stack/matag-admin \
42-
-Djib.container.workingDirectory=/opt/stack/matag-admin \
43-
-Djib.container.jvmFlags="-Dlogging.config=/opt/stack/matag-admin/resources/logback-spring.xml"
40+
-Djib.to.auth.password=${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)