chore: try
All checks were successful
Build and Push Docker Image / Build (push) Successful in 22s

This commit is contained in:
Jan K9f 2025-09-15 08:55:30 +02:00
commit 7338fd5ed0
Signed by: jank
GPG key ID: 22BEAC760B3333D6

View file

@ -26,5 +26,15 @@ module.exports = {
}, },
}, },
], ],
[
"@semantic-release-plus/docker",
{
name: {
registy: "git.kjan.de",
namespace: "templates",
repository: "react",
},
},
],
], ],
}; };