Fix php 8.4 and 8.3 mixup and add latest tag to 8.4

This commit is contained in:
Magnus Walbeck 2025-05-27 20:02:28 +02:00
parent 825e9716a3
commit 68f6388c91
Signed by: mwalbeck
SSH key fingerprint: SHA256:LW2enW+zg6O/tGp+u4fVcpo+4Bn9y1qGj9SxUIBdK3s
3 changed files with 4 additions and 3 deletions
.forgejo/workflows
php8.3
php8.4

View file

@ -118,6 +118,7 @@ jobs:
APP_NAME: "COMPOSER"
DOCKERFILE_PATH: "php8.4/Dockerfile"
IMAGE_NAME: "mwalbeck/composer"
CUSTOM_TAGS: "latest"
run: |
determine-docker-tags
dockerd &
@ -133,4 +134,4 @@ jobs:
with:
push: true
tags: ${{ steps.tags.outputs.tags }}
context: ./php8.4
context: ./php8.4

View file

@ -1,4 +1,4 @@
FROM php:8.4.7-cli-bullseye@sha256:69a1c54a2204dcec8f3f9746ea4e71f152bab9f09114e14967225377e2c0f77b
FROM php:8.3.21-cli-bookworm@sha256:e589a647c2361002a640f30de48a72ee90e37881083dfcb7c57be390dc9fa48f
SHELL [ "/bin/bash", "-exo", "pipefail", "-c" ]

View file

@ -1,4 +1,4 @@
FROM php:8.3.21-cli-bookworm@sha256:e589a647c2361002a640f30de48a72ee90e37881083dfcb7c57be390dc9fa48f
FROM php:8.4.7-cli-bullseye@sha256:69a1c54a2204dcec8f3f9746ea4e71f152bab9f09114e14967225377e2c0f77b
SHELL [ "/bin/bash", "-exo", "pipefail", "-c" ]