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

Commit

Permalink
Merge pull request #865 from derrabauke/ci-image-tag
Browse files Browse the repository at this point in the history
ci(ghcr-image): fix regex for tags
  • Loading branch information
derrabauke authored Mar 3, 2023
2 parents 8523490 + 2011d55 commit 32c28b0
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 32c28b0

Please sign in to comment.