docker-images/.gitea/workflows/php-qa.yaml
Adrien Beaudouin aedcf42a49
All checks were successful
/ build (push) Successful in 2m43s
action
2024-08-02 22:31:32 +02:00

13 lines
246 B
YAML

on:
push:
branches:
- main
jobs:
build:
uses: ./.gitea/workflows/workflow-docker.yaml
with:
image: okami101/php-qa:8.3
dockerfile: php-qa-83.dockerfile
password: ${{ secrets.CONTAINER_REGISTRY_PASSWORD }}