From dae91fce44f3882e863a6c2ad4fe46a8b0f15365 Mon Sep 17 00:00:00 2001 From: Quentin Campos Date: Wed, 22 Apr 2026 10:06:29 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=A7=B9=20Remove=20test=20actions?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .forgejo/workflows/build.yaml | 18 ------------------ Dockerfile | 5 ----- 2 files changed, 23 deletions(-) delete mode 100644 .forgejo/workflows/build.yaml delete mode 100644 Dockerfile diff --git a/.forgejo/workflows/build.yaml b/.forgejo/workflows/build.yaml deleted file mode 100644 index 63a8d0d..0000000 --- a/.forgejo/workflows/build.yaml +++ /dev/null @@ -1,18 +0,0 @@ -name: Build -on: [push] - -jobs: - build: - runs-on: k8s - steps: - - uses: actions/checkout@v4 - - uses: https://git.qcampos.fr/system/actions/setup-kaniko@main - - - name: Build and push - uses: docker://gcr.io/kaniko-project/executor:debug - with: - args: >- - --context dir:///github/workspace - --destination git.qcampos.fr/${{ github.repository }}-backend:latest - --destination git.qcampos.fr/${{ github.repository }}-backend:${{ github.sha }} - --skip-tls-verify diff --git a/Dockerfile b/Dockerfile deleted file mode 100644 index 88b5d14..0000000 --- a/Dockerfile +++ /dev/null @@ -1,5 +0,0 @@ -FROM python:alpine - -RUN ["touch", "barrrrrrr.txt"] - -CMD ["python", "-c", "'import this'"] \ No newline at end of file