mirror of
https://gitlab.com/openlp/runners.git
synced 2024-12-22 11:22:48 +00:00
Add manual build step
This commit is contained in:
parent
2e6ceebf85
commit
89d92c2d28
@ -87,3 +87,15 @@ build-documentation:
|
|||||||
- master@openlp/runners
|
- master@openlp/runners
|
||||||
changes:
|
changes:
|
||||||
- Dockerfile.documentation
|
- Dockerfile.documentation
|
||||||
|
|
||||||
|
build-all:
|
||||||
|
stage: build
|
||||||
|
script:
|
||||||
|
- |
|
||||||
|
for NAME in debian ubuntu fedora arch angular documentation; do
|
||||||
|
docker pull $IMAGE_BASE/$NAME || true
|
||||||
|
docker build --cache-from $IMAGE_BASE/$NAME --tag $IMAGE_BASE/$NAME:$CI_COMMIT_SHA --tag $IMAGE_BASE/$NAME:latest -f Dockerfile.$NAME .
|
||||||
|
docker push $IMAGE_BASE/$NAME:$CI_COMMIT_SHA
|
||||||
|
docker push $IMAGE_BASE/$NAME:latest
|
||||||
|
done
|
||||||
|
when: manual
|
||||||
|
Loading…
Reference in New Issue
Block a user