mirror of
https://github.com/danog/MadelineProto.git
synced 2024-11-26 19:24:42 +01:00
Improve build
This commit is contained in:
parent
692e7eecbe
commit
ec9e86447e
@ -28,7 +28,7 @@ pipeline:
|
||||
repo: danog/madelineproto
|
||||
dockerfile: "tests/dockerfiles/Dockerfile.${variant}"
|
||||
platforms: ${platform}
|
||||
tag: next-${variant}
|
||||
tag: next-${variant},next-${variant}-${CI_COMMIT_SHA}
|
||||
cache_from: danog/madelineproto:next-${variant}
|
||||
cache_to: type=inline
|
||||
when:
|
||||
|
@ -22,7 +22,7 @@ clone:
|
||||
pipeline:
|
||||
build:
|
||||
group: build
|
||||
image: danog/madelineproto:next
|
||||
image: danog/madelineproto:next-debian-${CI_COMMIT_SHA}
|
||||
when:
|
||||
event:
|
||||
- tag
|
||||
@ -38,7 +38,6 @@ pipeline:
|
||||
- PHP_VERSION=${php}
|
||||
- TAG=${CI_COMMIT_TAG}
|
||||
commands:
|
||||
- ls /bin/bash
|
||||
- /bin/bash tests/makephar.sh
|
||||
|
||||
services:
|
||||
|
Loading…
Reference in New Issue
Block a user