🧹 Remove test actions

This commit is contained in:
Quentin Campos 2026-04-22 10:06:29 +02:00
parent 01edb4a430
commit dae91fce44
2 changed files with 0 additions and 23 deletions

View file

@ -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

View file

@ -1,5 +0,0 @@
FROM python:alpine
RUN ["touch", "barrrrrrr.txt"]
CMD ["python", "-c", "'import this'"]