remove unused qa
All checks were successful
/ build (push) Successful in 2m38s

This commit is contained in:
2024-08-03 17:24:34 +02:00
parent 5f85308d2f
commit e2bdfe2226
4 changed files with 0 additions and 38 deletions

View File

@ -1,12 +0,0 @@
on:
push:
branches:
- main
jobs:
build:
uses: ./.gitea/workflows/workflow-docker.yaml
with:
image: okami101/dotnet-qa:8.0
dockerfile: dotnet-qa.dockerfile
password: ${{ secrets.CONTAINER_REGISTRY_PASSWORD }}

View File

@ -1,12 +0,0 @@
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 }}