Skip to content

chore(deps): update dependency io.projectreactor:reactor-test to v3.6.11 #488

chore(deps): update dependency io.projectreactor:reactor-test to v3.6.11

chore(deps): update dependency io.projectreactor:reactor-test to v3.6.11 #488

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 .