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