From dfad87ccf7e5ad40025639a09b7eac98f362c1cb Mon Sep 17 00:00:00 2001 From: Bryce Thorup Date: Thu, 5 Mar 2026 07:25:00 -0700 Subject: [PATCH] v2 --- package.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 package.json diff --git a/package.json b/package.json new file mode 100644 index 0000000..2701c9f --- /dev/null +++ b/package.json @@ -0,0 +1,11 @@ +{ + "name": "container_publish", + "version": "1.0.0", + "description": "gitea action for publishing the latest changes to a container repository", + "repository": { + "type": "git", + "url": "git@git.thorup.us:actions/container_publish.git" + }, + "type": "module", + "main": "action.js" +}