Skip to content

Commit

Permalink
chore: Setup github action to happen on tag
Browse files Browse the repository at this point in the history
  • Loading branch information
shiveenp committed Apr 8, 2022
1 parent 9802d1f commit 3636e90
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@ name: Create and Upload Taggit Image

on:
push:
branches: ['release']
tags:
- 'v*.*.*'

env:
REGISTRY: ghcr.io
Expand Down

0 comments on commit 3636e90

Please sign in to comment.