mirror of
https://github.com/spritsail/alpine.git
synced 2024-11-05 01:16:23 +00:00
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' ]
|
||||
repo: alpine-dev
|
||||
build_args:
|
||||
- ALPINE_TAG=${ALPINE_TAG}
|
||||
- ALPINE_TAG=${ALPINE_TAG%%,*}
|
||||
|
||||
test:
|
||||
image: docker
|
||||
@ -18,7 +18,8 @@ pipeline:
|
||||
volumes: [ '/var/run/docker.sock:/var/run/docker.sock' ]
|
||||
secrets: [ docker_username, docker_password, microbadger_token ]
|
||||
from: alpine-dev
|
||||
repo: 'spritsail/alpine:${ALPINE_TAG}'
|
||||
repo: 'spritsail/alpine'
|
||||
tags: ${ALPINE_TAG}
|
||||
|
||||
notify:
|
||||
image: spritsail/notify
|
||||
@ -30,6 +31,5 @@ matrix:
|
||||
- 3.4
|
||||
- 3.5
|
||||
- 3.6
|
||||
- 3.7
|
||||
- latest
|
||||
- 3.7,latest
|
||||
- edge
|
||||
|
Loading…
Reference in New Issue
Block a user