Skip to content

Commit

Permalink
github: Fix tags trigger
Browse files Browse the repository at this point in the history
Signed-off-by: Sebastian Wicki <[email protected]>
  • Loading branch information
gandro committed Apr 29, 2024
1 parent 524df5b commit 7027547
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ on:
push:
branches:
- main
tags:
- v[0-9]+.[0-9]+.[0-9]+
pull_request:
branches:
- main
tags:
- v[0-9]+.[0-9]+.[0-9]+

env:
REGISTRY: ghcr.io
Expand Down

0 comments on commit 7027547

Please sign in to comment.