Skip to content

reduce php binary to minimum #14

reduce php binary to minimum

reduce php binary to minimum #14

Workflow file for this run

name: Build Docker image
on:
pull_request:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
-
name: Checkout
uses: actions/checkout@v4
-
name: Build and push
uses: docker/build-push-action@v5
with:
context: .
push: false
tags: soyuka/php-wasm:latest
cache-from: type=registry,ref=soyuka/php-wasm:latest
cache-to: type=inline