Skip to content

Commit

Permalink
Add additional notes on why latest is always enabled
Browse files Browse the repository at this point in the history
See issue solidnerd#410 for more
  • Loading branch information
rjhenry committed Jul 4, 2023
1 parent 294534d commit b212909
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,11 @@ jobs:
images: |
solidnerd/bookstack
ghcr.io/solidnerd/docker-bookstack
# Blanket-enable "latest" tagging for all of the releases that make it
# this far, as SemVer's pre-release tag is used as a build indicator
# for this project. Note that _actual_ semver build info is not used,
# as it is discarded by almost everything that consumes SemVer (as it
# should be).
flavour: |
latest=true
tags: |
Expand Down

0 comments on commit b212909

Please sign in to comment.