Compare commits

..

2 Commits

Author SHA1 Message Date
df7fb42cee ass gitea package deployment
All checks were successful
ci/woodpecker/push/test Pipeline was successful
ci/woodpecker/pr/test Pipeline was successful
ci/woodpecker/push/master Pipeline was successful
ci/woodpecker/pr/master Pipeline was successful
ci/woodpecker/push/next Pipeline was successful
ci/woodpecker/pr/next Pipeline was successful
2022-09-13 13:18:52 +02:00
b4179c74d0 revert test repo casing 2022-09-13 13:18:36 +02:00
2 changed files with 20 additions and 2 deletions

View File

@ -19,6 +19,24 @@ pipeline:
event: push event: push
branch: master branch: master
buildMasterGitea:
image: plugins/docker
settings:
registry: gitea.ocram85.com
repo: gitea.ocram85.com/ocram85/blog
dockerfile: Dockerfile
auto_tag: true
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: push
branch: master
trivyMaster: trivyMaster:
image: aquasec/trivy:0.24.3 image: aquasec/trivy:0.24.3
commands: commands:
@ -26,7 +44,7 @@ pipeline:
trivy image \ trivy image \
--severity UNKNOWN,LOW,MEDIUM \ --severity UNKNOWN,LOW,MEDIUM \
--no-progress \ --no-progress \
ocram85/blog:next ocram85/blog:latest
- | - |
trivy image \ trivy image \
--exit-code 1 \ --exit-code 1 \

View File

@ -24,7 +24,7 @@ pipeline:
settings: settings:
#dry_run: true #dry_run: true
registry: gitea.ocram85.com registry: gitea.ocram85.com
repo: gitea.ocram85.com/ocram85/Blog repo: gitea.ocram85.com/ocram85/blog
dockerfile: Dockerfile dockerfile: Dockerfile
tags: next tags: next
build_args: build_args: