tweaking for k8smastery (#44)

* tweaking for k8smastery

* linting tweaks
This commit is contained in:
Bret Fisher
2022-01-15 16:41:53 -05:00
committed by GitHub
parent 25fe15f766
commit 003c66d19e
7 changed files with 10 additions and 30 deletions

View File

@@ -1,12 +0,0 @@
name: Automated Build
on:
push:
branches:
- main
jobs:
automated-build:
uses: jpetazzo/workflows/.github/workflows/automated-build.yaml@main
secrets:
DOCKER_HUB_TOKEN: ${{ secrets.DOCKER_HUB_TOKEN }}