switch to ubuntu18.04 base image, php7.2 and clean up build
the build failed
Details
the build failed
Details
parent
019099aa74
commit
1ab3715897
@ -1,20 +1,16 @@
|
|||||||
pipeline:
|
pipeline:
|
||||||
|
|
||||||
build:
|
|
||||||
image: alpine:edge
|
|
||||||
commands:
|
|
||||||
- sed -i 's@<TAG>@${BUILD_VERSION}@' Dockerfile
|
|
||||||
|
|
||||||
docker:
|
docker:
|
||||||
image: plugins/docker
|
image: plugins/docker
|
||||||
repo: bunix42/ttrss
|
repo: bunix42/ttrss
|
||||||
|
build_args:
|
||||||
|
- TTRSS_GIT_TAG=${TTRSS_GIT_TAG}
|
||||||
tags:
|
tags:
|
||||||
- ${BUILD_VERSION}
|
- ${TTRSS_GIT_TAG}
|
||||||
secrets: [ docker_username, docker_password ]
|
secrets: [ docker_username, docker_password ]
|
||||||
|
|
||||||
matrix:
|
matrix:
|
||||||
BUILD_VERSION:
|
TTRSS_GIT_TAG:
|
||||||
- master
|
- master
|
||||||
- 17.4
|
|
||||||
- 17.12
|
|
||||||
- 18.12
|
- 18.12
|
||||||
|
- 19.2
|
Loading…
Reference in New Issue