We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4499bcb commit 7b621e7Copy full SHA for 7b621e7
.github/workflows/release.yml
@@ -3,7 +3,7 @@ on:
3
push:
4
# Sequence of patterns matched against refs/tags
5
tags:
6
- - '*' # Push events to matching v*, i.e. v1.0, v0.4.4
+ - '*' # Push on all tag events
7
8
jobs:
9
build:
@@ -71,7 +71,9 @@ jobs:
71
id: docker_meta
72
uses: docker/metadata-action@v4
73
with:
74
- images: solidnerd/bookstack,ghcr.io/solidnerd/docker-bookstack
+ images: |
75
+ solidnerd/bookstack
76
+ ghcr.io/solidnerd/docker-bookstack
77
tags: |
78
type=semver,pattern={{version}}
79
type=semver,pattern={{major}}.{{minor}}
0 commit comments