fix pipeline 4th try
This commit is contained in:
parent
4929e6eb61
commit
b932e20ed1
1 changed files with 3 additions and 2 deletions
|
@ -19,7 +19,7 @@ steps:
|
||||||
build_args:
|
build_args:
|
||||||
- HUGO_VERSION: ${HUGO_VERSION}
|
- HUGO_VERSION: ${HUGO_VERSION}
|
||||||
when:
|
when:
|
||||||
branch: [ main ]
|
branch: main
|
||||||
|
|
||||||
test:
|
test:
|
||||||
image: woodpeckerci/plugin-docker-buildx
|
image: woodpeckerci/plugin-docker-buildx
|
||||||
|
@ -29,4 +29,5 @@ steps:
|
||||||
- HUGO_VERSION: ${HUGO_VERSION}
|
- HUGO_VERSION: ${HUGO_VERSION}
|
||||||
when:
|
when:
|
||||||
branch:
|
branch:
|
||||||
exclude: [ main ]
|
include: **
|
||||||
|
exclude: main
|
Loading…
Reference in a new issue