helm-implementation #3

Merged
ties merged 5 commits from helm-implementation into main 2024-08-29 13:24:03 +00:00
Showing only changes of commit 219d92511d - Show all commits

View File

@ -1,18 +0,0 @@
name: Deploy
run-name: ${{ gitea.actor }} is testing out Gitea Actions 🚀
on:
push:
branches:
- main
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Docker Test
uses: docker://git.ties.one/public/custom_act_runner:latest
env:
action: print
KUBECONFIG_DATA: ${{ secrets.KUBECONFIG_DATA }}