publish docker image on release only (#284)

This commit is contained in:
Adil Hafeez 2024-11-18 18:18:46 -08:00 committed by GitHub
parent 3d3d015aea
commit 33ab24292c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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: