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 ff7b25c608 - Show all commits

View File

@ -1,6 +1,8 @@
name: Build and Push Chill base image name: Build and Push Chill base image
on: on:
schedule:
- cron: '05 * * * 0' # Runs at 00:00 every Sunday
push: push:
workflow_dispatch: workflow_dispatch:
@ -53,4 +55,4 @@ jobs:
pull: true pull: true
push: true push: true
tags: ${{ steps.meta.outputs.tags }} tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }} labels: ${{ steps.meta.outputs.labels }}