kubectl/.github/workflows/tests.yaml
Serhiy Mytrovtsiy 4a4a5826a5 updated github workflows
added github action to build a docker image when publishing a new release
2024-09-26 18:20:02 +02:00

17 lines
329 B
YAML

name: tests
on: [push]
jobs:
kustomize:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: |
echo 'configMapGenerator:
- name: example
literals:
- FOO=Bar' > kustomization.yaml
- uses: ./
with:
args: kustomize