Skip to content

Commit 37c2422

Browse files
authored
Update build_docker.yml
1 parent 96f3e9f commit 37c2422

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/build_docker.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,3 +24,8 @@ jobs:
2424
with:
2525
push: true
2626
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

Comments
 (0)