Skip to content

Commit 7b621e7

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

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/release.yml

Lines 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)