Skip to content

Commit

Permalink
Fix definition for image names on release
Browse files Browse the repository at this point in the history
  • Loading branch information
rjhenry committed Jan 31, 2023
1 parent 4499bcb commit 7b621e7
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ on:
push:
# Sequence of patterns matched against refs/tags
tags:
- '*' # Push events to matching v*, i.e. v1.0, v0.4.4
- '*' # Push on all tag events

jobs:
build:
Expand Down Expand Up @@ -71,7 +71,9 @@ jobs:
id: docker_meta
uses: docker/metadata-action@v4
with:
images: solidnerd/bookstack,ghcr.io/solidnerd/docker-bookstack
images: |
solidnerd/bookstack
ghcr.io/solidnerd/docker-bookstack
tags: |
type=semver,pattern={{version}}
type=semver,pattern={{major}}.{{minor}}
Expand Down

0 comments on commit 7b621e7

Please sign in to comment.