From f68288c63fb64c6dc8a88b5b1e14ac152ed10739 Mon Sep 17 00:00:00 2001 From: OCram85 Date: Fri, 12 Aug 2022 10:59:00 +0200 Subject: [PATCH] push test image to repo --- .woodpecker/.next.yml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.woodpecker/.next.yml b/.woodpecker/.next.yml index 45f215e..2b76f0a 100644 --- a/.woodpecker/.next.yml +++ b/.woodpecker/.next.yml @@ -5,7 +5,7 @@ pipeline: buildNext: image: plugins/docker settings: - dry_run: true + #dry_run: true repo: ocram85/blog dockerfile: Dockerfile tags: next @@ -18,6 +18,9 @@ pipeline: from_secret: hub_passwd when: event: pull_request + branch: + exclude: + - master trivy: image: aquasec/trivy:0.24.3 @@ -35,6 +38,9 @@ pipeline: ocram85/blog:next when: event: pull_request + branch: + exclude: + - master triggerPortainer: image: ocram85/portainer-serviceupdate