Skip to content

Commit 258f584

Browse files
committed
chore: Remove jib.console=plain with TinyJib
This should be be necessary as the author of TinyJib "didn't wire through any logging to jib, so it should be pretty silent" [1]. [1]: #4513 (comment) Signed-off-by: Sebastian Schuberth <sebastian@doubleopen.org>
1 parent 951667f commit 258f584

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/docker-build.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,6 @@ jobs:
209209
-Djib.baseImageCache=/mnt/jib-base-cache \
210210
-Djib.allowInsecureRegistries=true \
211211
-Djava.io.tmpdir=/mnt/tmp \
212-
-Djib.console=plain \
213212
-Djib.container.labels="$(echo "${{ steps.meta.outputs.labels }}" | tr '\n' ',' | sed 's/,$//')" \
214213
-Djib.to.tags="$(echo "${{ steps.meta.outputs.tags }}" | tr '\n' ',' | sed 's/,$//')"
215214
if [ "${{ env.IS_PR }}" = "false" ]; then

0 commit comments

Comments
 (0)