Skip to content

Bump python from 3.12.4-slim to 3.12.5-slim #195

Bump python from 3.12.4-slim to 3.12.5-slim

Bump python from 3.12.4-slim to 3.12.5-slim #195

Workflow file for this run

name: Test build docker
on:
pull_request:
branches: [ main ]
jobs:
build:
name: Build Docker image with pyziomki's dependencies
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- name: Build doctools docker image
uses: docker/build-push-action@v6
with:
context: .
push: false
file: Dockerfile.doctools
- name: Build Releasetools docker image
uses: docker/build-push-action@v6
with:
context: .
push: false
file: Dockerfile.releasetools