Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 83c15a5

Browse filesBrowse files
authored
Merge pull request solidnerd#412 from solidnerd/rjh_general
Enable workflow 'latest' pushes for all tagged releases
2 parents 8aef729 + 9d214cb commit 83c15a5
Copy full SHA for 83c15a5

File tree

Expand file treeCollapse file tree

1 file changed

+7
-0
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+7
-0
lines changed

‎.github/workflows/release.yml

Copy file name to clipboardExpand all lines: .github/workflows/release.yml
+7Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,13 @@ 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).
82+
flavor: |
83+
latest=true
7784
tags: |
7885
type=semver,pattern={{version}}
7986
type=semver,pattern={{major}}.{{minor}}

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.