Update .woodpecker.yml
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
ci/woodpecker/cron/woodpecker Pipeline was successful

This commit is contained in:
Johannes Bülow 2023-09-18 18:26:10 +00:00
parent 6308a3df73
commit 2531345c34

View file

@ -14,17 +14,6 @@ variables:
- &repo git.jmbit.de/${CI_REPO_OWNER}/docker-hugo
steps:
dryrun:
image: woodpeckerci/plugin-docker-buildx
settings:
dockerfile: *file
platforms: linux/arm64/v8,linux/amd64
dry_run: true
repo: *repo
tags: latest
when:
event: pull_request
publish:
image: woodpeckerci/plugin-docker-buildx
settings:
@ -36,6 +25,4 @@ steps:
username: ${CI_REPO_OWNER}
password:
from_secret: forgejo_token
when:
event: push