GilbN
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
0 additions and
3 deletions
-
.github/workflows/auto-build.yml
|
@ -4,9 +4,6 @@ on: |
|
|
branches: [ docker-mods ] |
|
|
branches: [ docker-mods ] |
|
|
paths: |
|
|
paths: |
|
|
- '**/Dockerfile' |
|
|
- '**/Dockerfile' |
|
|
defaults: |
|
|
|
|
|
run: |
|
|
|
|
|
working-directory: ./your_working_dir |
|
|
|
|
|
jobs: |
|
|
jobs: |
|
|
job1: |
|
|
job1: |
|
|
runs-on: ubuntu-latest |
|
|
runs-on: ubuntu-latest |
|
|