Chore: Add Dockerfile CI check for new modules (#92239)

This commit is contained in:
Todd Treece
2024-08-21 16:25:25 -04:00
committed by GitHub
parent a86ded2438
commit e4953b6ffd
3 changed files with 51 additions and 2 deletions

View File

@@ -30,4 +30,6 @@ jobs:
echo "Please run 'make update-workspace' and commit the changes."
echo "If there is a change in enterprise dependencies, please update pkg/extensions/main.go."
exit 1
fi
fi
- name: Ensure Dockerfile contains submodule COPY commands
run: ./scripts/go-workspace/validate-dockerfile.sh