mirror of
https://github.com/Tzahi12345/YoutubeDL-Material.git
synced 2026-04-13 07:51:28 +03:00
Adding ignore parameters to docker build-and-push
This commit is contained in:
10
.github/workflows/docker.yml
vendored
10
.github/workflows/docker.yml
vendored
@@ -3,6 +3,16 @@ name: docker
|
|||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches: [master]
|
branches: [master]
|
||||||
|
paths-ignore:
|
||||||
|
- '.github/**'
|
||||||
|
- '.vscode/**'
|
||||||
|
- 'chrome-extension/**'
|
||||||
|
- 'releases/**'
|
||||||
|
- '**.crx'
|
||||||
|
- '**.pem'
|
||||||
|
- '**.md'
|
||||||
|
- '.dockerignore'
|
||||||
|
- '.gitignore'
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build-and-push:
|
build-and-push:
|
||||||
|
|||||||
Reference in New Issue
Block a user