feat: use portainer hook instead of pushing image to gitea package repository
This commit is contained in:
@@ -2,6 +2,7 @@ import { z } from "zod";
|
||||
import type { InternalApi } from "nitropack/types";
|
||||
|
||||
export type Link = InternalApi["/api/links"]["get"][number];
|
||||
export type FileEntry = { name: string; size: number; modifiedAt: string };
|
||||
|
||||
const apiErrorSchema = z.object({
|
||||
data: z.object({
|
||||
|
||||
Reference in New Issue
Block a user