added some docker operations
main / Explore-Gitea-Actions (push) Successful in 8s

This commit is contained in:
2026-07-29 13:23:53 +01:00
parent 05257ab94f
commit 867a5d6ab1
5 changed files with 90 additions and 35 deletions
+2 -2
View File
@@ -16,7 +16,7 @@ dbpgactions = ActionRegistry("dbpg_actions_reg")
@dbpgactions.register(name="dump_pg_database", version="")
@ContextChecker.requires("database")
def dump_pg_database(ctx, name) -> StepLog:
@ContextChecker.requires("database", "compose")
def dump_pg_database_from_container(ctx, name) -> StepLog:
print(ctx, file=sys.stderr)
return StepLog.ok(name, "", pipe_ctx={"new_data": "coolData"})