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 7b621e7

Browse filesBrowse files
committed
Fix definition for image names on release
1 parent 4499bcb commit 7b621e7
Copy full SHA for 7b621e7

File tree

Expand file treeCollapse file tree

1 file changed

+4
-2
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+4
-2
lines changed

‎.github/workflows/release.yml

Copy file name to clipboardExpand all lines: .github/workflows/release.yml
+4-2Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ on:
33
push:
44
# Sequence of patterns matched against refs/tags
55
tags:
6-
- '*' # Push events to matching v*, i.e. v1.0, v0.4.4
6+
- '*' # Push on all tag events
77

88
jobs:
99
build:
@@ -71,7 +71,9 @@ jobs:
7171
id: docker_meta
7272
uses: docker/metadata-action@v4
7373
with:
74-
images: solidnerd/bookstack,ghcr.io/solidnerd/docker-bookstack
74+
images: |
75+
solidnerd/bookstack
76+
ghcr.io/solidnerd/docker-bookstack
7577
tags: |
7678
type=semver,pattern={{version}}
7779
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.