update times and readme
All checks were successful
Github Actions Demo / Explore-Gitea-Actions (push) Successful in 5s

This commit is contained in:
James Andariese 2024-03-28 21:50:35 -05:00
parent c147c33414
commit 7984b493f3
2 changed files with 11 additions and 2 deletions

View File

@ -1,3 +1,12 @@
# docker-act_runner # docker-act_runner
Dockerfile for act_runner customizations Dockerfile for act_runner customizations
# Kubernetes Usage
This container may be deployed automatically with flux.
```bash
git clone https://git.strudelline.net/cascade/docker-act_runner
kubectl apply -f k
```

View File

@ -5,7 +5,7 @@ metadata:
name: docker-act-runner name: docker-act-runner
namespace: gitea namespace: gitea
spec: spec:
interval: 5m0s interval: 5m
url: https://git.strudelline.net/cascade/docker-act_runner url: https://git.strudelline.net/cascade/docker-act_runner
ref: ref:
branch: main branch: main
@ -16,7 +16,7 @@ metadata:
name: docker-act-runner name: docker-act-runner
namespace: gitea namespace: gitea
spec: spec:
interval: 10m interval: 1m
targetNamespace: gitea targetNamespace: gitea
sourceRef: sourceRef:
kind: GitRepository kind: GitRepository