Skip to content

chore(deps): update php docker tag to v8.4.1 (#123) #423

chore(deps): update php docker tag to v8.4.1 (#123)

chore(deps): update php docker tag to v8.4.1 (#123) #423

Workflow file for this run

name: Development Pipeline
on:
push:
branches-ignore:
- "renovate/**"
tags:
- "**"
workflow_dispatch:
jobs:
test-app-image:
uses: ./.github/workflows/test.yml
build-and-push-images:
uses: ./.github/workflows/build.yml
needs:
- test-app-image