Skip to content

Commit

Permalink
update builders
Browse files Browse the repository at this point in the history
  • Loading branch information
kkalev committed Nov 8, 2023
1 parent 4e56bad commit 9a3a690
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/imagebuild-ghcr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
paths:
- 'Dockerfile'
- 'server.cnf'
- 'create.sh'
- 'scripts/**'

jobs:
image-build:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/imagebuild.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
paths:
- 'Dockerfile'
- 'server.cnf'
- 'create.sh'
- 'scripts/**'

jobs:
image-build:
Expand Down

0 comments on commit 9a3a690

Please sign in to comment.