From d0e47e7ad51efbe77bd4b662bdc33dc36fb46bbf Mon Sep 17 00:00:00 2001 From: Jamie Schouten <jamie@qlic.nl> Date: Mon, 3 Mar 2025 20:38:50 +0100 Subject: [PATCH] Update readme --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 5627de5..0da5e67 100644 --- a/README.md +++ b/README.md @@ -14,6 +14,8 @@ jobs: tag: v1.0.0 username: my-docker-username password: ${{ secrets.DOCKER_PASSWORD }} + build-args: | + PHP_VERSION=8.4 ``` ### Input Parameters