We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4fb936a commit d419693Copy full SHA for d419693
1 file changed
.github/workflows/docker_pytools_fedora.yaml
@@ -19,7 +19,22 @@ on:
19
branches:
20
- master
21
- main
22
+ paths-ignore:
23
+ - '**/*.md'
24
+ - .github/
25
+ pull_request:
26
+ branches:
27
+ - master
28
+ - main
29
30
31
32
workflow_dispatch:
33
+ inputs:
34
+ debug:
35
+ type: boolean
36
+ required: false
37
+ default: false
38
39
jobs:
40
docker_build:
@@ -31,6 +46,7 @@ jobs:
46
ghcr.io/harisekhon/pytools:fedora
47
dockerfile-repo: HariSekhon/Dockerfiles
48
context: Dockerfiles/devops-python-tools-fedora
49
+ debug: ${{ github.event.inputs.debug }}
50
secrets:
51
DOCKERHUB_USER: ${{ secrets.DOCKERHUB_USER }}
52
DOCKERHUB_TOKEN: ${{ secrets.DOCKERHUB_TOKEN }}
0 commit comments