forked from spritsail/alpine
Ensure 3.7 and latest are the same image
This commit is contained in:
parent
cc21e6f59d
commit
312614f6c9
@ -4,7 +4,7 @@ pipeline:
|
|||||||
volumes: [ '/var/run/docker.sock:/var/run/docker.sock' ]
|
volumes: [ '/var/run/docker.sock:/var/run/docker.sock' ]
|
||||||
repo: alpine-dev
|
repo: alpine-dev
|
||||||
build_args:
|
build_args:
|
||||||
- ALPINE_TAG=${ALPINE_TAG}
|
- ALPINE_TAG=${ALPINE_TAG%%,*}
|
||||||
|
|
||||||
test:
|
test:
|
||||||
image: docker
|
image: docker
|
||||||
@ -18,7 +18,8 @@ pipeline:
|
|||||||
volumes: [ '/var/run/docker.sock:/var/run/docker.sock' ]
|
volumes: [ '/var/run/docker.sock:/var/run/docker.sock' ]
|
||||||
secrets: [ docker_username, docker_password, microbadger_token ]
|
secrets: [ docker_username, docker_password, microbadger_token ]
|
||||||
from: alpine-dev
|
from: alpine-dev
|
||||||
repo: 'spritsail/alpine:${ALPINE_TAG}'
|
repo: 'spritsail/alpine'
|
||||||
|
tags: ${ALPINE_TAG}
|
||||||
|
|
||||||
notify:
|
notify:
|
||||||
image: spritsail/notify
|
image: spritsail/notify
|
||||||
@ -30,6 +31,5 @@ matrix:
|
|||||||
- 3.4
|
- 3.4
|
||||||
- 3.5
|
- 3.5
|
||||||
- 3.6
|
- 3.6
|
||||||
- 3.7
|
- 3.7,latest
|
||||||
- latest
|
|
||||||
- edge
|
- edge
|
||||||
|
Loading…
Reference in New Issue
Block a user