Files
ci-ansible-docker/.gitea/workflows/image-build.yml
DeadSwitch a21e89132f
All checks were successful
Build the Docker image / build-the-docker-image (push) Successful in 23s
Build the image on Dockerfile change.
2026-02-17 14:45:20 +01:00

12 lines
229 B
YAML

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