Skip to content

Commit 0ab59c5

Browse files
committed
feat: add production build
1 parent 66fba07 commit 0ab59c5

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.github/workflows/build-latest.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,10 @@ jobs:
1818
fail-fast: true
1919
matrix:
2020
os_name: ["alpine"]
21-
php_version: ["8.1", "8.2"]
22-
php_type: ["fpm", "cli", "supervisord"]
21+
php_version: ["8.1"]
22+
php_type: ["fpm"]
23+
# php_version: ["8.1", "8.2"]
24+
# php_type: ["fpm", "cli", "supervisord"]
2325
environment:
2426
name: latest
2527
url: https://hub.docker.com/r/wayofdev/php-base/tags?page=1&name=latest
@@ -81,7 +83,7 @@ jobs:
8183
context: ./dist/base/${{ env.IMAGE_TEMPLATE }}
8284
platforms: linux/amd64,linux/arm64
8385
push: ${{ github.event_name != 'pull_request' }}
84-
load: true
86+
# load: true
8587
tags: ${{ steps.meta.outputs.tags }}
8688
cache-from: type=gha
8789
cache-to: type=gha,mode=max

0 commit comments

Comments
 (0)