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: on:
push: push:
branches: ['main'] branches: ['main']
release: tags:
types: [created] - '*'
env: env:
REGISTRY: ghcr.io REGISTRY: ghcr.io