about summary refs log tree commit diff
path: root/users (unfollow)
Commit message (Collapse)AuthorFilesLines
2021-09-09build: get the proper version for taggingFranck Cuny1-5/+2
We were evaluating the version of the app when the rule was evaluated, while we need to get the version after we run `flyctl deploy`. Since we're tagging a release, let's also annotate the tag. Remove the `--build-arg` argument to `flyct deploy` since it's being ignored (same with `docker build`). Closes #1.
2021-09-09