debug
ci/woodpecker/pr/renovate Pipeline was successful Details
ci/woodpecker/push/renovate Pipeline was successful Details
ci/woodpecker/push/test Pipeline was successful Details
ci/woodpecker/pr/test Pipeline was successful Details
ci/woodpecker/push/master Pipeline was successful Details
ci/woodpecker/push/next Pipeline was successful Details
ci/woodpecker/pr/master Pipeline was successful Details
ci/woodpecker/pr/next Pipeline was successful Details

This commit is contained in:
OCram85 2022-12-07 20:20:16 +01:00
parent a8f44c1aa9
commit ba240f0dab
1 changed files with 21 additions and 48 deletions

View File

@ -2,59 +2,32 @@ depends_on:
- test
pipeline:
buildMe:
buildNext:
image: woodpeckerci/plugin-docker-buildx
settings:
repo: ocram85/blog,gitea.ocram85.com/ocram85/blog
tag: next
logins:
- registry: https://index.docker.io/v1/
username:
from_secret: hub_user
password:
from_secret: hub_passwd
- registry: https://gitea.ocram85.com
username:
from_secret: gitea_user
password:
from_secret: gitea_passwd
repo: ocram85/blog
dockerfile: Dockerfile
tags: next
username:
from_secret: hub_user
password:
from_secret: hub_passwd
when:
event: pull_request
#buildNext:
# image: plugins/docker
# settings:
# #dry_run: true
# repo: ocram85/blog
# dockerfile: Dockerfile
# tags: next
# build_args:
# - NODE_BASE=lts-buster-slim
# - NGINX_BASE=1.23.1-alpine
# username:
# from_secret: hub_user
# password:
# from_secret: hub_passwd
# when:
# event: pull_request
#
#buildNextGitea:
# image: plugins/docker
# settings:
# #dry_run: true
# registry: gitea.ocram85.com
# repo: gitea.ocram85.com/ocram85/blog
# dockerfile: Dockerfile
# tags: next
# build_args:
# - NODE_BASE=lts-buster-slim
# - NGINX_BASE=1.23.1-alpine
# username:
# from_secret: gitea_user
# password:
# from_secret: gitea_passwd
# when:
# event: pull_request
buildNextGitea:
image: woodpeckerci/plugin-docker-buildx
settings:
registry: gitea.ocram85.com
repo: gitea.ocram85.com/ocram85/blog
dockerfile: Dockerfile
tags: next
username:
from_secret: gitea_user
password:
from_secret: gitea_passwd
when:
event: pull_request
trivyNext:
image: aquasec/trivy:0.24.3