ci(docker): use step outputs for REGISTRY_PASSWORD in docker-publish workflow

This commit is contained in:
GitHub Actions
2025-12-01 02:16:22 +00:00
parent 4d639698bb
commit d341879ff4
6 changed files with 38 additions and 132 deletions

View File

@@ -0,0 +1,5 @@
// ambient module declaration to satisfy typescript in editor environment
declare module '@testing-library/user-event' {
const userEvent: any;
export default userEvent;
}