All checks were successful
Build the Docker image / build-the-docker-image (push) Successful in 23s
12 lines
229 B
YAML
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
|