Skip to content

Commit b1d4f4d

Browse files
committed
Push v0.0.1
1 parent 3ee1364 commit b1d4f4d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@ name: Create and publish Docker image
44

55
on:
66
push:
7-
branches: ['main']
7+
tags:
8+
- '*'
89

910
env:
1011
REGISTRY: ghcr.io

0 commit comments

Comments
 (0)