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 8383 context : ./dist/base/${{ env.IMAGE_TEMPLATE }}
8484 platforms : linux/amd64,linux/arm64
8585 push : ${{ github.event_name != 'pull_request' }}
86- # load: true
8786 tags : ${{ steps.meta.outputs.tags }}
8887 cache-from : type=gha
8988 cache-to : type=gha,mode=max
Original file line number Diff line number Diff line change 1414 fail-fast : true
1515 matrix :
1616 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"]
1921 environment :
2022 name : release
2123 url : https://hub.docker.com/r/wayofdev/php-base/tags?page=1
@@ -80,13 +82,12 @@ jobs:
8082 context : ./dist/base/${{ env.IMAGE_TEMPLATE }}
8183 platforms : linux/amd64,linux/arm64
8284 push : ${{ github.event_name != 'pull_request' }}
83- load : true
8485 tags : ${{ steps.meta.outputs.tags }}
8586 cache-from : type=gha
8687 cache-to : type=gha,mode=max
8788 labels : ${{ steps.meta.outputs.labels }}
8889
89- - name : 🧪 Test Docker image with "latest " tag
90+ - name : 🧪 Test Docker image with "version " tag
9091 run : IMAGE_TAG=${{ env.IMAGE_TAG }} make test
9192
9293...
You can’t perform that action at this time.
0 commit comments