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