Skip to content

Commit

Permalink
Update CI/CD for fun
Browse files Browse the repository at this point in the history
  • Loading branch information
NHAS committed Jan 30, 2025
1 parent 4a1deb9 commit 56d0362
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: contains(github.ref, 'refs/tags/v[0-9]+.[0-9]+.[0-9]+')
if: github.ref_type == 'tag' && github.ref_name =~ /^v[0-9]+\.[0-9]+\.[0-9]+$/
runs-on: ubuntu-latest
strategy:
fail-fast: true
Expand Down

0 comments on commit 56d0362

Please sign in to comment.