🧹 Remove test actions
This commit is contained in:
parent
01edb4a430
commit
dae91fce44
2 changed files with 0 additions and 23 deletions
|
|
@ -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
|
|
||||||
|
|
@ -1,5 +0,0 @@
|
||||||
FROM python:alpine
|
|
||||||
|
|
||||||
RUN ["touch", "barrrrrrr.txt"]
|
|
||||||
|
|
||||||
CMD ["python", "-c", "'import this'"]
|
|
||||||
Loading…
Reference in a new issue