Skip to content

chore(deps): update junit5 monorepo to v5.11.0 #427

chore(deps): update junit5 monorepo to v5.11.0

chore(deps): update junit5 monorepo to v5.11.0 #427

Workflow file for this run

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