Skip to content

Commit b212909

Browse files
committed
Add additional notes on why latest is always enabled
See issue #410 for more
1 parent 294534d commit b212909

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/release.yml

+5
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,11 @@ jobs:
7474
images: |
7575
solidnerd/bookstack
7676
ghcr.io/solidnerd/docker-bookstack
77+
# Blanket-enable "latest" tagging for all of the releases that make it
78+
# this far, as SemVer's pre-release tag is used as a build indicator
79+
# for this project. Note that _actual_ semver build info is not used,
80+
# as it is discarded by almost everything that consumes SemVer (as it
81+
# should be).
7782
flavour: |
7883
latest=true
7984
tags: |

0 commit comments

Comments
 (0)