Skip to content

Bump python from 3.12.3-slim to 3.12.4-slim #186

Bump python from 3.12.3-slim to 3.12.4-slim

Bump python from 3.12.3-slim to 3.12.4-slim #186

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@v5
with:
context: .
push: false
file: Dockerfile.doctools
- name: Build Releasetools docker image
uses: docker/build-push-action@v5
with:
context: .
push: false
file: Dockerfile.releasetools