1
0
mirror of https://github.com/woodpecker-ci/woodpecker.git synced 2024-12-24 10:07:21 +02:00

Disabling alpine latest due to infrastructure issues. Will be back

This commit is contained in:
Laszlo Fogas 2020-05-19 13:39:39 +02:00
parent 09e45ee9b3
commit c15badba85

View File

@ -50,15 +50,15 @@ pipeline:
when:
event: [ push, tag ]
publish-server-alpine:
image: plugins/docker
repo: laszlocloud/woodpecker-server
dockerfile: Dockerfile.alpine
secrets: [ docker_username, docker_password ]
tag: [ alpine ]
when:
branch: master
event: push
# publish-server-alpine:
# image: plugins/docker
# repo: laszlocloud/woodpecker-server
# dockerfile: Dockerfile.alpine
# secrets: [ docker_username, docker_password ]
# tag: [ alpine ]
# when:
# branch: master
# event: push
publish-server:
image: plugins/docker
@ -79,15 +79,15 @@ pipeline:
branch: master
event: push
publish-agent-alpine:
image: plugins/docker
repo: laszlocloud/woodpecker-agent
dockerfile: Dockerfile.agent.alpine
secrets: [ docker_username, docker_password ]
tag: [ alpine ]
when:
branch: master
event: push
# publish-agent-alpine:
# image: plugins/docker
# repo: laszlocloud/woodpecker-agent
# dockerfile: Dockerfile.agent.alpine
# secrets: [ docker_username, docker_password ]
# tag: [ alpine ]
# when:
# branch: master
# event: push
release-server-alpine:
image: plugins/docker