Skip to content

Actually commit the updated Dockerfiles for LuaSandbox #197

Actually commit the updated Dockerfiles for LuaSandbox

Actually commit the updated Dockerfiles for LuaSandbox #197

Workflow file for this run

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