publish docker image on release only

This commit is contained in:
Adil Hafeez 2024-11-18 18:04:55 -08:00
parent 3d3d015aea
commit ebd78134ae

View file

@ -1,12 +1,8 @@
name: Publish Docker image
on:
# we should publish docker image only when we release a new version
# release:
# types: [published]
push:
branches:
- main
release:
types: [published]
jobs:
push_to_registry: