We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1d78d5a commit 7452ec6Copy full SHA for 7452ec6
1 file changed
.github/workflows/docker-image.yml
@@ -27,9 +27,13 @@ jobs:
27
matrix:
28
include:
29
- dockerfile: Dockerfile-php84
30
- image: ghcr.io/rooty/nginx-php84
+ image: ghcr.io/rooty/nginx-php84-alpine
31
+ tags: |
32
+ 8.4
33
- dockerfile: Dockerfile-php7
- image: ghcr.io/rooty/nginx-php7
34
35
36
+ 7.4
37
steps:
38
- name: Checkout repository
39
uses: actions/checkout@v4
@@ -60,7 +64,6 @@ jobs:
60
64
#file: Dockerfile-php84
61
65
file: ${{ matrix.dockerfile }}
62
66
push: true
63
-
67
#${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:latest
68
tags: |
69
${{ steps.meta.outputs.tags }}
0 commit comments