Skip to content

Commit

Permalink
.github/workflows/build.yml: add support to build v*.*.*-rc* tags
Browse files Browse the repository at this point in the history
Signed-off-by: Piotr Król <[email protected]>
  • Loading branch information
pietrushnic committed Nov 23, 2024
1 parent 5ed7825 commit 09dae0f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
branches: ['main']
tags:
- v*.*.*
- v*.*.*-rc*

env:
REGISTRY: ghcr.io
Expand Down

0 comments on commit 09dae0f

Please sign in to comment.