docker-images/.gitea/workflows/php-qa.yaml

13 lines
214 B
YAML
Raw Normal View History

2024-08-02 15:54:58 +00:00
on:
push:
branches:
- main
jobs:
build:
2024-08-02 17:57:26 +00:00
runs-on: ubuntu-latest
uses: ./.gitea/workflows/workflow-docker.yaml
2024-08-02 15:54:58 +00:00
with:
image: okami101/php-qa:8.3
dockerfile: php-qa-83.dockerfile