Skip to content

tools_and_varia: extract putty part and move to the end #81

tools_and_varia: extract putty part and move to the end

tools_and_varia: extract putty part and move to the end #81

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 .