mirror of
https://github.com/thegeeklab/wp-docker-buildx.git
synced 2024-11-12 16:20:41 +00:00
Have tag match docker version
This commit is contained in:
parent
a79f7bf690
commit
1ba685f481
@ -16,7 +16,7 @@ pipeline:
|
|||||||
publish:
|
publish:
|
||||||
image: plugins/docker
|
image: plugins/docker
|
||||||
repo: plugins/docker
|
repo: plugins/docker
|
||||||
tags: [ "latest", "1.13", "1" ]
|
tags: [ "latest", "17", "17.04" ]
|
||||||
when:
|
when:
|
||||||
branch: master
|
branch: master
|
||||||
event: push
|
event: push
|
||||||
|
Loading…
Reference in New Issue
Block a user