Push docker image on merges to v1

This commit is contained in:
Joachim Jablon
2021-10-08 12:49:06 +02:00
parent feef64fdd1
commit 94987843c3

View File

@@ -7,7 +7,11 @@ name: Publish Docker image
on: on:
release: release:
types: [published] types:
- published
push:
branches:
- v1
jobs: jobs:
push_to_registry: push_to_registry: