Skip to content

fix(deps): update dependency org.springframework.boot:spring-boot-sta… #253

fix(deps): update dependency org.springframework.boot:spring-boot-sta…

fix(deps): update dependency org.springframework.boot:spring-boot-sta… #253

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 .