Add docker-build-release to release script

This commit is contained in:
Evan Fiordeliso 2023-08-12 13:51:39 -04:00
parent 58f3c2f36e
commit ad39db4aac
1 changed files with 1 additions and 0 deletions

View File

@ -47,6 +47,7 @@
scripts.release.exec = ''
clean
goreleaser release
docker-build-release
'';
scripts.lint.exec = "trunk check";
scripts.fmt.exec = "trunk fmt";