Skip to content

Commit

Permalink
Disabling alpine latest due to infrastructure issues. Will be back
Browse files Browse the repository at this point in the history
  • Loading branch information
laszlocph committed May 20, 2020
1 parent f256583 commit 65d8f88
Showing 1 changed file with 17 additions and 17 deletions.
34 changes: 17 additions & 17 deletions .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,23 +89,23 @@ pipeline:
# branch: master
# event: push

release-server-alpine:
image: plugins/docker
repo: laszlocloud/woodpecker-server
dockerfile: Dockerfile.alpine
secrets: [ docker_username, docker_password ]
tag: "${DRONE_TAG}-alpine"
when:
event: tag

release-agent-alpine:
image: plugins/docker
repo: laszlocloud/woodpecker-agent
dockerfile: Dockerfile.agent.alpine
secrets: [ docker_username, docker_password ]
tag: "${DRONE_TAG}-alpine"
when:
event: tag
# release-server-alpine:
# image: plugins/docker
# repo: laszlocloud/woodpecker-server
# dockerfile: Dockerfile.alpine
# secrets: [ docker_username, docker_password ]
# tag: "${DRONE_TAG}-alpine"
# when:
# event: tag
#
# release-agent-alpine:
# image: plugins/docker
# repo: laszlocloud/woodpecker-agent
# dockerfile: Dockerfile.agent.alpine
# secrets: [ docker_username, docker_password ]
# tag: "${DRONE_TAG}-alpine"
# when:
# event: tag

release-server:
image: plugins/docker
Expand Down

0 comments on commit 65d8f88

Please sign in to comment.