Update .woodpecker.yml
This commit is contained in:
parent
ae5a5b1a21
commit
cdcd9a68b0
|
@ -12,7 +12,7 @@ steps:
|
|||
name: build-push
|
||||
when:
|
||||
- path:
|
||||
include: [ 'stack.yml','.woodpecker.yml', 'Dockerfile', 'entrypoint.sh', 'nginx.conf' 'README.md' ]
|
||||
include: [ 'stack.yml','.woodpecker.yml', 'Dockerfile', 'docker-entrypoint.sh', 'nginx.conf' 'README.md' ]
|
||||
image: woodpeckerci/plugin-docker-buildx
|
||||
secrets: [REGISTRY_USER, REGISTRY_PASSWORD]
|
||||
volumes:
|
||||
|
@ -29,7 +29,7 @@ steps:
|
|||
name: deploy-config
|
||||
when:
|
||||
- path:
|
||||
include: [ 'stack.yml','.woodpecker.yml', 'Dockerfile', 'entrypoint.sh', 'nginx.conf' 'README.md' ]
|
||||
include: [ 'stack.yml','.woodpecker.yml', 'Dockerfile', 'docker-entrypoint.sh', 'nginx.conf' 'README.md' ]
|
||||
image: woodpeckerci/plugin-docker-buildx
|
||||
secrets: [REGISTRY_USER, REGISTRY_PASSWORD]
|
||||
volumes:
|
||||
|
|
Loading…
Reference in New Issue