Skip to content

Commit

Permalink
Add tag trigger for docker image build (#428)
Browse files Browse the repository at this point in the history
Co-authored-by: Tom Tuffin <[email protected]>
  • Loading branch information
Alex-Izquierdo and ttuffin authored Mar 20, 2023
1 parent d70af50 commit 01ef5e5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ on:
push:
branches:
- main
tags:
- "v*"

env:
REGISTRY: quay.io
Expand Down

0 comments on commit 01ef5e5

Please sign in to comment.