1
0
Fork 1
mirror of https://gitlab.com/mangadex-pub/mangadex_at_home.git synced 2024-01-19 02:48:37 +00:00

Try regular alpine

This commit is contained in:
carbotaniuman 2021-10-01 00:18:30 -05:00
parent 4bb4a390c4
commit 2a4c40e5cc

View file

@ -1,7 +1,6 @@
stages: stages:
- build - build
- publish - publish
- publish_latest
- publish_docker - publish_docker
build: build:
@ -18,7 +17,7 @@ build:
- "build/libs/mangadex_at_home-*-all.jar" - "build/libs/mangadex_at_home-*-all.jar"
publish: publish:
image: alpine/git image: alpine
stage: publish stage: publish
before_script: before_script: