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 66fba07 commit 0ab59c5Copy full SHA for 0ab59c5
.github/workflows/build-latest.yml
@@ -18,8 +18,10 @@ jobs:
18
fail-fast: true
19
matrix:
20
os_name: ["alpine"]
21
- php_version: ["8.1", "8.2"]
22
- php_type: ["fpm", "cli", "supervisord"]
+ php_version: ["8.1"]
+ php_type: ["fpm"]
23
+ # php_version: ["8.1", "8.2"]
24
+ # php_type: ["fpm", "cli", "supervisord"]
25
environment:
26
name: latest
27
url: https://hub.docker.com/r/wayofdev/php-base/tags?page=1&name=latest
@@ -81,7 +83,7 @@ jobs:
81
83
context: ./dist/base/${{ env.IMAGE_TEMPLATE }}
82
84
platforms: linux/amd64,linux/arm64
85
push: ${{ github.event_name != 'pull_request' }}
- load: true
86
+ # load: true
87
tags: ${{ steps.meta.outputs.tags }}
88
cache-from: type=gha
89
cache-to: type=gha,mode=max
0 commit comments