Build docker images on tag push

This commit is contained in:
Mathias Petermann 2021-11-12 15:37:42 +01:00
parent 1973428bc6
commit e77b6d1831

View file

@ -3,8 +3,8 @@ name: Create and publish a Docker image
on:
push:
branches: ['main']
release:
types: [created]
tags:
- '*'
env:
REGISTRY: ghcr.io