Skip to content

Commit

Permalink
add docker
Browse files Browse the repository at this point in the history
  • Loading branch information
noqqe committed Feb 26, 2023
1 parent 5e627d3 commit 0c83748
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Taskfile.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 0c83748

Please sign in to comment.