Update .woodpecker.yml
ci/woodpecker/push/woodpecker Pipeline failed Details

This commit is contained in:
colin 2023-11-22 02:50:38 +00:00
parent ba00568b97
commit 40a13486cf
1 changed files with 3 additions and 3 deletions

View File

@ -15,12 +15,12 @@ steps:
when: when:
- branch: main - branch: main
- path: - path:
include: [ 'stack.yml', 'docker-compose.yml', 'Dockerfile.*', '.woodpecker.yml', '*.tests.ts' ] include: [ 'stack.yml', 'docker-compose.yml', 'Dockerfile', '.woodpecker.yml', '*.tests.ts' ]
deploy-config: deploy-config:
name: deploy-config name: deploy-config
when: when:
- path: - path:
include: [ 'stack.yml', 'docker-compose.yml', 'Dockerfile', '.woodpecker.yml', 'config.toml', 'script.sh' ] include: [ 'stack.yml', 'docker-compose.yml', 'Dockerfile', '.woodpecker.yml', '*.tests.ts' ]
image: woodpeckerci/plugin-docker-buildx image: woodpeckerci/plugin-docker-buildx
secrets: [REGISTRY_USER, REGISTRY_PASSWORD] secrets: [REGISTRY_USER, REGISTRY_PASSWORD]
volumes: volumes:
@ -35,4 +35,4 @@ steps:
when: when:
- branch: main - branch: main
- path: - path:
include: [ 'stack.yml', 'docker-compose.yml', 'Dockerfile.*', '.woodpecker.yml', '*.tests.ts' ] include: [ 'stack.yml', 'docker-compose.yml', 'Dockerfile', '.woodpecker.yml', '*.tests.ts' ]