Add docker-build-release to release script
This commit is contained in:
parent
58f3c2f36e
commit
ad39db4aac
|
@ -47,6 +47,7 @@
|
|||
scripts.release.exec = ''
|
||||
clean
|
||||
goreleaser release
|
||||
docker-build-release
|
||||
'';
|
||||
scripts.lint.exec = "trunk check";
|
||||
scripts.fmt.exec = "trunk fmt";
|
||||
|
|
Loading…
Reference in New Issue