base build?

This commit is contained in:
Jakub Kropáček 2024-08-17 21:29:19 +02:00
parent 1902147f82
commit 9ef5349409

View file

@ -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 .