Refactor release workflow to use "released" event type

This commit is contained in:
Sean Morley
2024-10-04 21:33:02 -04:00
parent d0791faad5
commit f354cd1ffe
5 changed files with 125 additions and 57 deletions

View File

@@ -2,7 +2,7 @@ name: Upload the tagged release backend image to GHCR and Docker Hub
on:
release:
types: [published]
types: [released]
env:
IMAGE_NAME: "adventurelog-backend"

View File

@@ -2,7 +2,7 @@ name: Upload tagged release frontend image to GHCR and Docker Hub
on:
release:
types: [published]
types: [released]
env:
IMAGE_NAME: "adventurelog-frontend"