Fix php 8.4 and 8.3 mixup and add latest tag to 8.4
This commit is contained in:
parent
825e9716a3
commit
68f6388c91
3 changed files with 4 additions and 3 deletions
|
@ -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
|
||||
|
|
|
@ -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" ]
|
||||
|
||||
|
|
|
@ -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" ]
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue