Skip to content

Commit

Permalink
Pin Alpine 3.20 until nginx is available for 3.21
Browse files Browse the repository at this point in the history
  • Loading branch information
bbx0 committed Dec 14, 2024
1 parent 03ca639 commit fa0f10e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,19 +13,19 @@ jobs:
matrix:
include:
- version: "3.3"
base_image: "docker.io/php:8.1-fpm-alpine"
base_image: "docker.io/php:8.1-fpm-alpine3.20"
tag_latest: false
tag_major_minor: true
- version: "4.0"
base_image: "docker.io/php:8.2-fpm-alpine"
base_image: "docker.io/php:8.2-fpm-alpine3.20"
tag_latest: false
tag_major_minor: true
- version: "4.1"
base_image: "docker.io/php:8.3-fpm-alpine"
base_image: "docker.io/php:8.3-fpm-alpine3.20"
tag_latest: false
tag_major_minor: true
- version: "4.2"
base_image: "docker.io/php:8.3-fpm-alpine"
base_image: "docker.io/php:8.3-fpm-alpine3.20"
tag_latest: true
tag_major_minor: true
uses: ./.github/workflows/build-push.yaml
Expand Down

0 comments on commit fa0f10e

Please sign in to comment.