Skip to content

Bump fizyk/actions-reuse from 2.2.1 to 2.3.1 #153

Bump fizyk/actions-reuse from 2.2.1 to 2.3.1

Bump fizyk/actions-reuse from 2.2.1 to 2.3.1 #153

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