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
|
@ -5,23 +5,23 @@ steps:
|
||||||
- golangci-lint run
|
- golangci-lint run
|
||||||
when:
|
when:
|
||||||
event: ["push", "pull_request", "manual"]
|
event: ["push", "pull_request", "manual"]
|
||||||
|
|
||||||
- name: docker-deploy-push
|
# - name: docker-deploy-push
|
||||||
depends_on:
|
# depends_on:
|
||||||
- go-lint
|
# - go-lint
|
||||||
when:
|
# when:
|
||||||
- event: push
|
# - event: push
|
||||||
branch: main
|
# branch: main
|
||||||
image: woodpeckerci/plugin-docker-buildx
|
# image: woodpeckerci/plugin-docker-buildx
|
||||||
settings:
|
# settings:
|
||||||
dockerfile: Dockerfile
|
# dockerfile: Dockerfile
|
||||||
platforms: linux/arm/v7,linux/arm64/v8,linux/amd64
|
# platforms: linux/arm/v7,linux/arm64/v8,linux/amd64
|
||||||
repo: adoralaura/humble-bot
|
# repo: adoralaura/humble-bot
|
||||||
registry: https://index.docker.io/v1/
|
# registry: https://index.docker.io/v1/
|
||||||
tags: latest
|
# tags: latest
|
||||||
username: adoralaura
|
# username: adoralaura
|
||||||
password:
|
# password:
|
||||||
from_secret: dockerhub_token
|
# from_secret: dockerhub_token
|
||||||
|
|
||||||
- name: docker-deploy-tag
|
- name: docker-deploy-tag
|
||||||
when:
|
when:
|
||||||
|
|
Loading…
Reference in a new issue