base build?
This commit is contained in:
parent
1902147f82
commit
9ef5349409
1 changed files with 8 additions and 4 deletions
|
@ -7,7 +7,11 @@ stages:
|
||||||
|
|
||||||
default:
|
default:
|
||||||
image: python:3.12-slim
|
image: python:3.12-slim
|
||||||
before_script:
|
|
||||||
- ...
|
#pre-commit:
|
||||||
pre-commit:
|
# stage: linting
|
||||||
stage: linting
|
|
||||||
|
build_image:
|
||||||
|
stage: build
|
||||||
|
script:
|
||||||
|
- docker build -t facturio .
|
||||||
|
|
Reference in a new issue