ci: Use release event to trigger the image publishing job for releases (#63)

Signed-off-by: Anil Vishnoi <vishnoianil@gmail.com>
This commit is contained in:
Anil Vishnoi
2025-02-23 23:21:17 -08:00
committed by GitHub
parent d5557fad9f
commit 63141f1cc7

View File

@@ -4,8 +4,8 @@ on:
push:
branches:
- main
tags:
- 'v*'
release:
types: [published]
# env:
# GHCR_REGISTRY: ghcr.io