diff --git a/Taskfile.yaml b/Taskfile.yaml index dd68b4f..56f0c27 100644 --- a/Taskfile.yaml +++ b/Taskfile.yaml @@ -19,6 +19,8 @@ tasks: - read -p "Version v1.1.1 " version ; git tag $version - git push --tags - goreleaser release --clean + - docker build . -t docker.io/noqqe/serra:`git describe --tags` + - docker push docker.io/noqqe/serra:`git describe --tags` default: cmds: