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 13bc61a commit dd9e838Copy full SHA for dd9e838
.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", "8.2"]
+ # php_type: ["fpm", "cli", "supervisord"]
23
+ php_version: ["8.1"]
24
+ php_type: ["fpm"]
25
environment:
26
name: latest
27
url: https://hub.docker.com/r/wayofdev/php-base/tags?page=1&name=latest
@@ -86,8 +88,7 @@ jobs:
86
88
labels: ${{ steps.meta.outputs.labels }}
87
89
90
- name: 🧪 Test Docker image with "latest" tag
- if: success() && ! startsWith(github.ref, 'refs/tags/')
- run: make test
91
+ run: IMAGE_TAG=${{ env.IMAGE_TAG }} make test
92
93
- name: 📤 Push Docker image
94
uses: docker/build-push-action@v3
0 commit comments