mirror of
https://github.com/fhswf/aki_prj23_transparenzregister.git
synced 2025-06-22 14:43:54 +02:00
build first set of docker container in pipline and place them in the the github registry (#142)
- added a Dockerfile for the thre containers - added a workflow step to build and placing the container in the registry - added a docker-compose.yaml to use the build images - added a docker compose to build the images locally and a script for prebuild steps
This commit is contained in:
4
.github/workflows/documentation.yaml
vendored
4
.github/workflows/documentation.yaml
vendored
@ -5,7 +5,7 @@ on:
|
||||
branches:
|
||||
- main
|
||||
pull_request:
|
||||
types: [opened, reopened, synchronize]
|
||||
types: [reopened, opened, synchronize]
|
||||
|
||||
jobs:
|
||||
doc-build:
|
||||
@ -23,7 +23,7 @@ jobs:
|
||||
with:
|
||||
version: 1.4.2
|
||||
virtualenvs-create: false
|
||||
- run: poetry install --only doc,root,develop
|
||||
- run: poetry install --only doc,root,develop --all-extras
|
||||
- name: Doc-Build
|
||||
run: |
|
||||
cd documentations
|
||||
|
Reference in New Issue
Block a user