adding publishing latest

This commit is contained in:
Joachim Hill-Grannec
2018-02-27 13:55:00 -05:00
parent ce418ca35c
commit 589e865c70
+3 -3
View File
@@ -57,7 +57,7 @@ pipeline:
secrets: [ docker_password ]
dockerfile: Dockerfile
when:
event: tag
event: [ tag, push ]
publish_linux_arm64:
image: plugins/docker
@@ -68,7 +68,7 @@ pipeline:
secrets: [ docker_password ]
dockerfile: Dockerfile.arm64
when:
event: tag
event: [ tag, push ]
publish_linux_arm:
image: plugins/docker
@@ -79,7 +79,7 @@ pipeline:
secrets: [ docker_password ]
dockerfile: Dockerfile.arm
when:
event: tag
event: [ tag, push ]
# publish_windows_amd64:
# image: plugins/docker