Skip to content

feat: upgrade php to 8.2 #30

feat: upgrade php to 8.2

feat: upgrade php to 8.2 #30

Workflow file for this run

name: Build Docker image
on:
push:
branches:
- '*'
pull_request:
# The branches below must be a subset of the branches above
branches: [ "main" ]
jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- name: Build
uses: docker/build-push-action@v5
with:
push: false