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:
|
||||
|
||||
build:
|
||||
image: alpine:edge
|
||||
commands:
|
||||
- sed -i 's@<TAG>@${BUILD_VERSION}@' Dockerfile
|
||||
|
||||
docker:
|
||||
image: plugins/docker
|
||||
repo: bunix42/ttrss
|
||||
build_args:
|
||||
- TTRSS_GIT_TAG=${TTRSS_GIT_TAG}
|
||||
tags:
|
||||
- ${BUILD_VERSION}
|
||||
- ${TTRSS_GIT_TAG}
|
||||
secrets: [ docker_username, docker_password ]
|
||||
|
||||
|
||||
matrix:
|
||||
BUILD_VERSION:
|
||||
TTRSS_GIT_TAG:
|
||||
- master
|
||||
- 17.4
|
||||
- 17.12
|
||||
- 18.12
|
||||
- 18.12
|
||||
- 19.2
|
Loading…
Reference in New Issue