fix production build

This commit is contained in:
Nicholas Orlowsky 2023-10-20 12:52:01 -04:00
parent bdd12adfb4
commit b8c388dd5c
No known key found for this signature in database
GPG key ID: BE7DF0188A405E2B

View file

@ -2,7 +2,7 @@ name: Build and Publish Docker Image
on:
release:
types: [created]
types: [created, edited]
env:
REGISTRY: ghcr.io
IMAGE_NAME: ${{ github.repository }}