Files
container_publish/package.json
Bryce Thorup dfad87ccf7
All checks were successful
Push to main / Reset-Version-Tag (push) Successful in 6s
v2
2026-03-05 07:25:00 -07:00

12 lines
295 B
JSON

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