Skip to content

Bump actions/checkout from 4.0.0 to 4.1.0 #162

Bump actions/checkout from 4.0.0 to 4.1.0

Bump actions/checkout from 4.0.0 to 4.1.0 #162

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