Skip to content

Commit 449bd43

Browse files
authored
Merge pull request #155 from tomquist/docker-tagging
Update workflow to run on tags
2 parents b283694 + 47cf44b commit 449bd43

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ on:
44
push:
55
branches:
66
- "main"
7+
create:
8+
tags:
9+
- "*"
10+
711
env:
812
REGISTRY: ghcr.io
913

0 commit comments

Comments
 (0)