Skip to content

Commit

Permalink
Correcting semver regex
Browse files Browse the repository at this point in the history
  • Loading branch information
OrKarstoft committed Dec 7, 2024
1 parent 74cd059 commit da58869
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/releaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,9 @@ name: releaser

on:
push:
tags:
- *.*.*
tags:
- "[0-9]+.[0-9]+.[0-9]+"

env:
REGISTRY: ghcr.io
IMAGE_NAME: ${{ github.repository }}
Expand Down

0 comments on commit da58869

Please sign in to comment.