Build the image on Dockerfile change.
All checks were successful
Build the Docker image / build-the-docker-image (push) Successful in 23s

This commit is contained in:
Tom
2026-02-17 14:45:20 +01:00
parent 72f355be4c
commit a21e89132f

View File

@@ -0,0 +1,11 @@
name: Build the Docker image
on:
- push
jobs:
build-the-docker-image:
runs-on: iron-runner
steps:
- uses: actions/checkout@v6
- run: docker build -t debian13-ansible:latest .
- run: docker image ls