Workflows upd
This commit is contained in:
parent
2db0f57b9e
commit
72dd4ebe54
3 changed files with 2 additions and 14 deletions
6
.github/workflows/dev-docker-io.yml
vendored
6
.github/workflows/dev-docker-io.yml
vendored
|
|
@ -1,16 +1,12 @@
|
||||||
name: Dev-to-docker.io
|
name: Dev-to-docker.io
|
||||||
|
|
||||||
on:
|
on:
|
||||||
|
workflow_dispatch:
|
||||||
push:
|
push:
|
||||||
branches: [ "dev" ]
|
branches: [ "dev" ]
|
||||||
paths:
|
paths:
|
||||||
- 'Dockerfile'
|
- 'Dockerfile'
|
||||||
- 'src/**'
|
- 'src/**'
|
||||||
pull_request:
|
|
||||||
branches: [ "dev" ]
|
|
||||||
paths:
|
|
||||||
- 'Dockerfile'
|
|
||||||
- 'src/**'
|
|
||||||
|
|
||||||
env:
|
env:
|
||||||
IMAGE_NAME: watchyourlan
|
IMAGE_NAME: watchyourlan
|
||||||
|
|
|
||||||
4
.github/workflows/docker-readme.yml
vendored
4
.github/workflows/docker-readme.yml
vendored
|
|
@ -6,10 +6,6 @@ on:
|
||||||
branches: [ "main" ]
|
branches: [ "main" ]
|
||||||
paths:
|
paths:
|
||||||
- 'README.md'
|
- 'README.md'
|
||||||
pull_request:
|
|
||||||
branches: [ "main" ]
|
|
||||||
paths:
|
|
||||||
- 'README.md'
|
|
||||||
|
|
||||||
env:
|
env:
|
||||||
IMAGE_NAME: watchyourlan
|
IMAGE_NAME: watchyourlan
|
||||||
|
|
|
||||||
6
.github/workflows/main-docker-all.yml
vendored
6
.github/workflows/main-docker-all.yml
vendored
|
|
@ -1,16 +1,12 @@
|
||||||
name: Docker
|
name: Docker
|
||||||
|
|
||||||
on:
|
on:
|
||||||
|
workflow_dispatch:
|
||||||
push:
|
push:
|
||||||
branches: [ "main" ]
|
branches: [ "main" ]
|
||||||
paths:
|
paths:
|
||||||
- 'Dockerfile'
|
- 'Dockerfile'
|
||||||
- 'src/**'
|
- 'src/**'
|
||||||
pull_request:
|
|
||||||
branches: [ "main" ]
|
|
||||||
paths:
|
|
||||||
- 'Dockerfile'
|
|
||||||
- 'src/**'
|
|
||||||
|
|
||||||
env:
|
env:
|
||||||
IMAGE_NAME: watchyourlan
|
IMAGE_NAME: watchyourlan
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue