Skip to content

Commit

Permalink
Use contains
Browse files Browse the repository at this point in the history
  • Loading branch information
NHAS committed Dec 22, 2024
1 parent 03ad205 commit 663d5d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:

build:
needs: e2e_tests
if: startsWith(github.ref_name, 'refs/tags/') && matches(github.ref_name, '^v\d+\.\d+\.\d+$')
if: contains(github.ref, 'refs/tags/v[0-9]+.[0-9]+.[0-9]+')
runs-on: ubuntu-latest
strategy:
fail-fast: true
Expand Down

0 comments on commit 663d5d7

Please sign in to comment.