set image entrypoint manually

This commit is contained in:
lukas 2021-08-28 22:12:10 +02:00
parent 5abd8ab4fd
commit a42ab13133

View File

@ -13,7 +13,10 @@ Build_Go:
- "./latexautoinstaller*"
Compress_upx:
image: kolaente/upx
image:
name: kolaente/upx
entrypoint:
- /bin/sh -c
stage: compress
dependencies:
- Build_Go