Skip to content

Commit

Permalink
Allow manual triggers of versioned Docker builds
Browse files Browse the repository at this point in the history
  • Loading branch information
Aaron Tomb committed Dec 17, 2020
1 parent 2321273 commit d018fae
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ name: Docker
on:
push:
tags: ["v?[0-9]+.[0-9]+.([0-9]+)?"]
workflow_dispatch:

jobs:
saw:
Expand Down

0 comments on commit d018fae

Please sign in to comment.