Skip to content

Commit 36e23fc

Browse files
committed
Update
1 parent 730911d commit 36e23fc

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/docker-image.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,13 @@ on: [workflow_dispatch]
99

1010
jobs:
1111

12-
build_php82:
12+
build_php84:
1313

1414
runs-on: ubuntu-latest
1515

1616
steps:
17-
- uses: actions/checkout@v3
17+
- uses: actions/checkout@v6
1818
- name: Build the Docker image
19-
run: cd ubuntu_nginx_php84 && docker build --pull . --file Dockerfile --tag my-image-name:$(date +%s)
19+
run: cd ubuntu_nginx_php84 && docker buildx build --pull --platform linux/amd64,linux/arm64 . --file Dockerfile --tag my-image-name:$(date +%s)
2020

2121
# 发布 Docker 映像: https://docs.github.com/zh/actions/publishing-packages/publishing-docker-images

0 commit comments

Comments
 (0)