Skip to content

Commit

Permalink
Trigger docker build on tag push
Browse files Browse the repository at this point in the history
  • Loading branch information
unkcpz committed Jul 10, 2023
1 parent 0897d53 commit 2382cfc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ on:
push:
branches:
- main
tags:
- "v*"
paths:
- ".github/workflows/docker.yml"
# We use local reusable workflows to make architecture clean an simple
Expand Down

0 comments on commit 2382cfc

Please sign in to comment.