We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 96f3e9f commit 37c2422Copy full SHA for 37c2422
.github/workflows/build_docker.yml
@@ -24,3 +24,8 @@ jobs:
24
with:
25
push: true
26
tags: emurgornd/wordpress:latest,emurgornd/wordpress:${{ github.ref_name }}
27
+ file: "./src/docker/Dockerfile"
28
+ platforms: linux/amd64,linux/arm64
29
+ build-args: |
30
+ phpVersion=8.4
31
+
0 commit comments