fix pipeline

This commit is contained in:
Vri 🌈 2023-07-26 15:57:51 +02:00
parent d583bc1595
commit 00993aa8fc
Signed by: vrifox
GPG key ID: D40098E5B60B2197

View file

@ -1,6 +1,6 @@
variables: variables:
- global_env: &global_env - global_env: &global_env
- HUGO_VERSION=0.115.3' - HUGO_VERSION=0.115.3
steps: steps:
build-and-push: build-and-push:
@ -21,7 +21,7 @@ steps:
when: when:
branch: [ main ] branch: [ main ]
build-and-push-test: test:
image: woodpeckerci/plugin-docker-buildx image: woodpeckerci/plugin-docker-buildx
settings: settings:
dry-run: true dry-run: true
@ -29,4 +29,5 @@ steps:
- HUGO_VERSION: ${HUGO_VERSION} - HUGO_VERSION: ${HUGO_VERSION}
when: when:
branch: branch:
include: [ ** ]
exclude: [ main ] exclude: [ main ]