This commit is contained in:
Laszlo Fogas
2019-05-27 16:23:08 +02:00
parent f59633fe3c
commit afb7dfde76

View File

@@ -109,7 +109,7 @@ pipeline:
repo: laszlocloud/drone-oss-08-server
dockerfile: Dockerfile.alpine
secrets: [ docker_username, docker_password ]
tag: [ 0.8.93-alpine ]
tag: [ kube-beta-alpine ]
when:
event: tag
@@ -118,7 +118,7 @@ pipeline:
repo: laszlocloud/drone-oss-08-agent
dockerfile: Dockerfile.agent.alpine
secrets: [ docker_username, docker_password ]
tag: [ 0.8.93-alpine ]
tag: [ kube-beta-alpine ]
when:
event: tag
@@ -126,7 +126,7 @@ pipeline:
image: plugins/docker
repo: laszlocloud/drone-oss-08-server
secrets: [ docker_username, docker_password ]
tag: [ 0.8.93 ]
tag: [ kube-beta ]
when:
event: tag
@@ -135,7 +135,7 @@ pipeline:
repo: laszlocloud/drone-oss-08-agent
dockerfile: Dockerfile.agent
secrets: [ docker_username, docker_password ]
tag: [ 0.8.93 ]
tag: [ kube-beta ]
when:
event: tag