1
0
mirror of https://github.com/danog/MadelineProto.git synced 2024-11-26 19:24:42 +01:00

Improve build

This commit is contained in:
Daniil Gentili 2023-05-29 22:09:28 +02:00
parent 692e7eecbe
commit ec9e86447e
Signed by: danog
GPG Key ID: 8C1BE3B34B230CA7
2 changed files with 2 additions and 3 deletions

View File

@ -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:

View File

@ -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: