Skip to content

Commit

Permalink
feat(CI): build docker image for main and production branch (#186)
Browse files Browse the repository at this point in the history
  • Loading branch information
MagneticNeedle authored Jul 9, 2023
2 parents 4728ba5 + 50ddd69 commit 099524c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
push:
branches:
- main
- dev
- production
paths:
- 'bfportal/**'

Expand Down
10 changes: 5 additions & 5 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v2.5.0
rev: v4.4.0
hooks:
- id: check-toml
- id: check-yaml
Expand All @@ -9,7 +9,7 @@ repos:
args: [--markdown-linebreak-ext=md]

- repo: https://github.com/pre-commit/pygrep-hooks
rev: v1.5.1
rev: v1.10.0
hooks:
- id: python-check-blanket-noqa

Expand All @@ -19,18 +19,18 @@ repos:
- id: isort

- repo: https://github.com/psf/black
rev: 22.6.0
rev: 23.3.0
hooks:
- id: black

- repo: https://github.com/pycqa/flake8
rev: 4.0.1
rev: 6.0.0
hooks:
- id: flake8
additional_dependencies:
- flake8-docstrings~=1.6.0

- repo: https://github.com/p0lygun/commit-msg-validator
rev: v1.1.0
rev: v1.2.0
hooks:
- id: check-commit-msg

0 comments on commit 099524c

Please sign in to comment.