Skip to content

Update composer to 2.7.6, simplify actions workflow #12

Update composer to 2.7.6, simplify actions workflow

Update composer to 2.7.6, simplify actions workflow #12

Workflow file for this run

name: Build and push
permissions:
contents: read
packages: write
on:
push:
branches:
- main
schedule:
- cron: '30 2 * * SUN'
jobs:
build-and-push:
uses: ./.github/workflows/docker.yml
secrets: inherit