Skip to content

build(deps): bump python from 3.11-slim-bullseye to 3.12-slim-bullseye #69

build(deps): bump python from 3.11-slim-bullseye to 3.12-slim-bullseye

build(deps): bump python from 3.11-slim-bullseye to 3.12-slim-bullseye #69

name: Build Test Image
on:
pull_request:
branches:
- main
merge_group:
types:
- checks_requested
jobs:
build:
name: Build Test Image
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: docker/[email protected]
- id: docker_build
uses: docker/[email protected]
with:
context: .
load: true
push: false
tags: kineticcafe/ansible:test
- run: ./run --version
env:
IMAGE: kineticcafe/ansible:test