Skip to content

Commit

Permalink
Merge pull request #1105 from Kuadrant/fix-build-images-for-tag-relea…
Browse files Browse the repository at this point in the history
…se-workflow

enable build image trigger based on tags with -rc suffix
  • Loading branch information
eguzki authored Jan 10, 2025
2 parents 30d49bd + cbf6dea commit c567181
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build-images-for-tag-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
push:
tags:
- "v[0-9]+.[0-9]+.[0-9]+"
- "v[0-9]+.[0-9]+.[0-9]+-*"
env:
IMG_REGISTRY_HOST: quay.io
IMG_REGISTRY_ORG: kuadrant
Expand Down

0 comments on commit c567181

Please sign in to comment.