docker-images/.gitea/workflows/frankenphp.yaml
Adrien Beaudouin 9e4a4569ac
All checks were successful
/ build (push) Successful in 2m31s
up 8.4
2024-11-29 23:24:18 +01:00

13 lines
254 B
YAML

on:
push:
branches:
- main
jobs:
build:
uses: ./.gitea/workflows/workflow-docker.yaml
with:
image: okami101/frankenphp:8.4
dockerfile: frankenphp-84.dockerfile
password: ${{ secrets.CONTAINER_REGISTRY_PASSWORD }}