Skip to content

Commit d216a15

Browse files
authored
Change Docker build workflow to also build for tags.
1 parent 428deb2 commit d216a15

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/docker.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ on:
44
push:
55
branches:
66
- main
7+
tags:
8+
- '*'
79
pull_request:
810
branches: [ main ]
911

0 commit comments

Comments
 (0)