Skip to content

build: Switch to bookworm, which contains gh #144

build: Switch to bookworm, which contains gh

build: Switch to bookworm, which contains gh #144

Workflow file for this run

name: Docker Build
on:
pull_request:
push:
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
version: ['1.35', '1.39', '1.40']
type: [apache, fpm, fpm-alpine]
steps:
- uses: actions/checkout@v1
- run: docker build ./${{ matrix.version }}/${{ matrix.type }}