Skip to content

Commit

Permalink
chore: add ci trigger on tags
Browse files Browse the repository at this point in the history
  • Loading branch information
albertcht committed Mar 17, 2023
1 parent 44ca99c commit 1f1032a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ name: Create and publish a Docker image
on:
push:
branches: ['main']
tags:
- '*'

env:
REGISTRY: ghcr.io
Expand Down

0 comments on commit 1f1032a

Please sign in to comment.