Skip to content

#349: docker images cleanup #138

#349: docker images cleanup

#349: docker images cleanup #138

Workflow file for this run

name: Build Documentation
on:
push:
branches:
- develop
pull_request:
jobs:
build:
runs-on: ubuntu-latest
env:
REPO: lifflander1/vt
ARCH: amd64
UBUNTU: 20.04
COMPILER_TYPE: gnu
COMPILER: gcc-9
BUILD_TYPE: release
ULIMIT_CORE: 0
TOKEN: ${{ secrets.GH_PAT }}
steps:
- uses: actions/checkout@v4
- name: Build the Docker image
run: docker compose run ubuntu-docs