Skip to content

fix(deps): update junit5 monorepo #494

fix(deps): update junit5 monorepo

fix(deps): update junit5 monorepo #494

Workflow file for this run

name: Docker exercise
on:
- push
- pull_request
jobs:
docker-exercise:
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4
- name: build docker image
working-directory: topics/docker/code/hostcontrold-solution
run: |
docker build .