Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Vritra4 committed Apr 16, 2024
1 parent f30d4ab commit 807a0ad
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
branches:
- "main"
tags:
- "-v*"
- "v*"
paths:
- "**.go"
- "go.mod"
Expand All @@ -17,6 +17,7 @@ on:
paths:
- "**.go"
- "go.mod"
- "go.sum"

env:
REGISTRY: ghcr.io
Expand Down

0 comments on commit 807a0ad

Please sign in to comment.