Tag docker builds with git tags

Signed-off-by: William Brawner <me@wbrawner.com>
This commit is contained in:
William Brawner 2021-02-25 11:35:52 -07:00
parent 9218bde745
commit 9dc85c21fe

View file

@ -2,6 +2,9 @@ name: Publish Docker image
on:
push:
branches: main
tags:
- '*'
jobs:
push_to_registry:
name: Push Docker image to GitHub Packages