Skip to content

Commit 4499bcb

Browse files
committed
Fix missing block indicator in workflow file
1 parent 6a6ec77 commit 4499bcb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
uses: docker/metadata-action@v4
7373
with:
7474
images: solidnerd/bookstack,ghcr.io/solidnerd/docker-bookstack
75-
tags:
75+
tags: |
7676
type=semver,pattern={{version}}
7777
type=semver,pattern={{major}}.{{minor}}
7878
type=semver,pattern={{major}}.{{minor}}.{{patch}}

0 commit comments

Comments
 (0)