ci: fix double CI definition
All checks were successful
ci/woodpecker/push/docker-deploy Pipeline was successful
All checks were successful
ci/woodpecker/push/docker-deploy Pipeline was successful
This commit is contained in:
parent
ae600c44b6
commit
dec99bdced
1 changed files with 17 additions and 17 deletions
|
@ -6,22 +6,22 @@ steps:
|
|||
when:
|
||||
event: ["push", "pull_request", "manual"]
|
||||
|
||||
- name: docker-deploy-push
|
||||
depends_on:
|
||||
- go-lint
|
||||
when:
|
||||
- event: push
|
||||
branch: main
|
||||
image: woodpeckerci/plugin-docker-buildx
|
||||
settings:
|
||||
dockerfile: Dockerfile
|
||||
platforms: linux/arm/v7,linux/arm64/v8,linux/amd64
|
||||
repo: adoralaura/humble-bot
|
||||
registry: https://index.docker.io/v1/
|
||||
tags: latest
|
||||
username: adoralaura
|
||||
password:
|
||||
from_secret: dockerhub_token
|
||||
# - name: docker-deploy-push
|
||||
# depends_on:
|
||||
# - go-lint
|
||||
# when:
|
||||
# - event: push
|
||||
# branch: main
|
||||
# image: woodpeckerci/plugin-docker-buildx
|
||||
# settings:
|
||||
# dockerfile: Dockerfile
|
||||
# platforms: linux/arm/v7,linux/arm64/v8,linux/amd64
|
||||
# repo: adoralaura/humble-bot
|
||||
# registry: https://index.docker.io/v1/
|
||||
# tags: latest
|
||||
# username: adoralaura
|
||||
# password:
|
||||
# from_secret: dockerhub_token
|
||||
|
||||
- name: docker-deploy-tag
|
||||
when:
|
||||
|
|
Loading…
Reference in a new issue