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

This commit is contained in:
Adrien Beaudouin 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 }}

View File

@ -1,7 +0,0 @@
FROM mcr.microsoft.com/dotnet/sdk:8.0
RUN apt-get update \
&& apt-get install -y openjdk-17-jre-headless \
&& rm -rf /var/lib/apt/lists/* /var/cache/apt/archives/*
ENV PATH="${PATH}:/root/.dotnet/tools"

View File

@ -1,7 +0,0 @@
FROM php:8.3-cli
COPY --from=mlocati/php-extension-installer /usr/bin/install-php-extensions /usr/local/bin/
RUN install-php-extensions @composer opcache intl pdo_mysql pdo_pgsql redis zip sockets pcov
RUN echo "memory_limit=-1" >> $PHP_INI_DIR/php.ini