Skip to content
This repository has been archived by the owner on May 13, 2024. It is now read-only.

Commit

Permalink
ci(ghcr-image): fix regex for tags
Browse files Browse the repository at this point in the history
  • Loading branch information
derrabauke committed Mar 3, 2023
1 parent 8523490 commit 2011d55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
push:
branches: master
tags:
- "v[0-9]+.[0-9]+.[0-9]+*"
- "v[0-9]+.[0-9]+.[0-9]+.*"

jobs:
container:
Expand Down

0 comments on commit 2011d55

Please sign in to comment.