v2
All checks were successful
Push to main / Reset-Version-Tag (push) Successful in 6s

This commit is contained in:
2026-03-05 07:25:00 -07:00
parent 19dd8f0430
commit dfad87ccf7

11
package.json Normal file
View File

@@ -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"
}