Skip to content

Enable workflow 'latest' pushes for all tagged releases #412

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Jul 4, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,13 @@ 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).
flavor: |
latest=true
tags: |
type=semver,pattern={{version}}
type=semver,pattern={{major}}.{{minor}}
Expand Down