feat: remove kubectl from base image

This commit is contained in:
ange 2024-05-10 12:01:12 +02:00
parent ad47b53fa0
commit fa2fd22b85
Signed by: ange
GPG key ID: 9E0C4157BB7BEB1D
2 changed files with 2 additions and 14 deletions

View file

@ -1,10 +1,7 @@
name: test
on: push
jobs:
build:
name: test
runs-on: debian
steps:
- uses: actions/checkout@v1