Add a manual trigger to publish Docker image

This commit is contained in:
Chris Mayo 2021-12-15 19:41:20 +00:00
parent 3ddc25fd4e
commit dd2fe08ebd

View file

@ -6,6 +6,7 @@ on:
push:
branches: ['master']
tags: 'v*'
workflow_dispatch:
env:
REGISTRY: ghcr.io