Skip to content

Commit d419693

Browse files
committed
updated docker_pytools_fedora.yaml
1 parent 4fb936a commit d419693

1 file changed

Lines changed: 16 additions & 0 deletions

File tree

.github/workflows/docker_pytools_fedora.yaml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,22 @@ on:
1919
branches:
2020
- master
2121
- main
22+
paths-ignore:
23+
- '**/*.md'
24+
- .github/
25+
pull_request:
26+
branches:
27+
- master
28+
- main
29+
paths-ignore:
30+
- '**/*.md'
31+
- .github/
2232
workflow_dispatch:
33+
inputs:
34+
debug:
35+
type: boolean
36+
required: false
37+
default: false
2338

2439
jobs:
2540
docker_build:
@@ -31,6 +46,7 @@ jobs:
3146
ghcr.io/harisekhon/pytools:fedora
3247
dockerfile-repo: HariSekhon/Dockerfiles
3348
context: Dockerfiles/devops-python-tools-fedora
49+
debug: ${{ github.event.inputs.debug }}
3450
secrets:
3551
DOCKERHUB_USER: ${{ secrets.DOCKERHUB_USER }}
3652
DOCKERHUB_TOKEN: ${{ secrets.DOCKERHUB_TOKEN }}

0 commit comments

Comments
 (0)