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