Switched to nonroot distroless base and improved layer caching

This commit is contained in:
2025-03-21 03:34:30 +01:00
parent 21bb89a20f
commit 85da15881e
2 changed files with 20 additions and 9 deletions

View File

@@ -59,7 +59,7 @@ jobs:
- name: Generate CRDs
run: |
docker run --rm ${{ steps.build.outputs.imageid }} crdgen > ./manifests/crds.yaml
docker run --rm ${{ steps.build.outputs.imageid }} /crdgen > ./manifests/crds.yaml
- name: Push container
uses: docker/build-push-action@v6