Skip to content

Commit 7452ec6

Browse files
committed
add Docker matrix #fix4
1 parent 1d78d5a commit 7452ec6

1 file changed

Lines changed: 6 additions & 3 deletions

File tree

.github/workflows/docker-image.yml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,13 @@ jobs:
2727
matrix:
2828
include:
2929
- dockerfile: Dockerfile-php84
30-
image: ghcr.io/rooty/nginx-php84
30+
image: ghcr.io/rooty/nginx-php84-alpine
31+
tags: |
32+
8.4
3133
- dockerfile: Dockerfile-php7
32-
image: ghcr.io/rooty/nginx-php7
34+
image: ghcr.io/rooty/nginx-php84-alpine
35+
tags: |
36+
7.4
3337
steps:
3438
- name: Checkout repository
3539
uses: actions/checkout@v4
@@ -60,7 +64,6 @@ jobs:
6064
#file: Dockerfile-php84
6165
file: ${{ matrix.dockerfile }}
6266
push: true
63-
6467
#${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:latest
6568
tags: |
6669
${{ steps.meta.outputs.tags }}

0 commit comments

Comments
 (0)