Skip to content

Commit

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

on:
push:
branches: [ main ]
branches: ['release']

env:
REGISTRY: ghcr.io
Expand Down

0 comments on commit 9802d1f

Please sign in to comment.