File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 83
83
context : ./dist/base/${{ env.IMAGE_TEMPLATE }}
84
84
platforms : linux/amd64,linux/arm64
85
85
push : ${{ github.event_name != 'pull_request' }}
86
- # load: true
87
86
tags : ${{ steps.meta.outputs.tags }}
88
87
cache-from : type=gha
89
88
cache-to : type=gha,mode=max
Original file line number Diff line number Diff line change 14
14
fail-fast : true
15
15
matrix :
16
16
os_name : ["alpine"]
17
- php_version : ["8.1", "8.2"]
18
- php_type : ["fpm", "cli", "supervisord"]
17
+ php_version : [ "8.1" ]
18
+ php_type : [ "fpm" ]
19
+ # php_version: ["8.1", "8.2"]
20
+ # php_type: ["fpm", "cli", "supervisord"]
19
21
environment :
20
22
name : release
21
23
url : https://hub.docker.com/r/wayofdev/php-base/tags?page=1
@@ -80,13 +82,12 @@ jobs:
80
82
context : ./dist/base/${{ env.IMAGE_TEMPLATE }}
81
83
platforms : linux/amd64,linux/arm64
82
84
push : ${{ github.event_name != 'pull_request' }}
83
- load : true
84
85
tags : ${{ steps.meta.outputs.tags }}
85
86
cache-from : type=gha
86
87
cache-to : type=gha,mode=max
87
88
labels : ${{ steps.meta.outputs.labels }}
88
89
89
- - name : 🧪 Test Docker image with "latest " tag
90
+ - name : 🧪 Test Docker image with "version " tag
90
91
run : IMAGE_TAG=${{ env.IMAGE_TAG }} make test
91
92
92
93
...
You can’t perform that action at this time.
0 commit comments