Skip to content

testing_exercise.md: correct classname for interface change in 1.4.6 #78

testing_exercise.md: correct classname for interface change in 1.4.6

testing_exercise.md: correct classname for interface change in 1.4.6 #78

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