Skip to content

Commit

Permalink
Constrain docker.yml publish to n.n.n tags only (#43)
Browse files Browse the repository at this point in the history
Ignore suffix builds like n.n.n-xxxx
  • Loading branch information
johnspurlock-skymethod authored Dec 5, 2023
1 parent 8238a1a commit ddf86cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: docker
on:
push:
branches: ["main"]
tags: ["*"]
tags: ["[0-9]+.[0-9]+.[0-9]+"]
pull_request:
branches: ["main"]

Expand Down

0 comments on commit ddf86cc

Please sign in to comment.