Skip to content

Commit

Permalink
Only build docker image on semver tags
Browse files Browse the repository at this point in the history
  • Loading branch information
jpflouret authored Feb 27, 2024
1 parent a64dbf4 commit f1f6eff
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@ name: Docker Image CI
on:
push:
branches: [ "main" ]
tags: ["**"]
tags:
- "[0-9]+.[0-9]+.[0-9]+"
pull_request:
branches: [ "main" ]
workflow_dispatch:
Expand Down

0 comments on commit f1f6eff

Please sign in to comment.