Setup CI for php 8.3 and 8.4 #1

Merged
julienfastre merged 9 commits from setup-ci-8.4 into main 2025-06-05 09:17:56 +00:00
Showing only changes of commit f6ba5ee207 - Show all commits

View File

@ -48,7 +48,7 @@ jobs:
id: build-push
uses: https://github.com/docker/build-push-action@v5
with:
context: php/8.4
context: "{{ defaultContext }}:${{ env.CONTEXT }}"
file: Dockerfile
push: true
tags: ${{ steps.meta.outputs.tags }}