We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 294534d commit b212909Copy full SHA for b212909
.github/workflows/release.yml
@@ -74,6 +74,11 @@ jobs:
74
images: |
75
solidnerd/bookstack
76
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).
82
flavour: |
83
latest=true
84
tags: |
0 commit comments