fix pipeline
This commit is contained in:
parent
d583bc1595
commit
00993aa8fc
1 changed files with 3 additions and 2 deletions
|
@ -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 ]
|
Loading…
Reference in a new issue