Tag docker builds with git tags
Signed-off-by: William Brawner <me@wbrawner.com>
This commit is contained in:
parent
9218bde745
commit
9dc85c21fe
1 changed files with 3 additions and 0 deletions
3
.github/workflows/docker-image.yml
vendored
3
.github/workflows/docker-image.yml
vendored
|
@ -2,6 +2,9 @@ name: Publish Docker image
|
|||
on:
|
||||
push:
|
||||
branches: main
|
||||
tags:
|
||||
- '*'
|
||||
|
||||
jobs:
|
||||
push_to_registry:
|
||||
name: Push Docker image to GitHub Packages
|
||||
|
|
Loading…
Reference in a new issue