mirror of
https://github.com/seanmorley15/AdventureLog.git
synced 2025-08-05 13:15:18 +02:00
Refactor release workflow to use "released" event type
This commit is contained in:
parent
d0791faad5
commit
f354cd1ffe
5 changed files with 125 additions and 57 deletions
2
.github/workflows/backend-release.yml
vendored
2
.github/workflows/backend-release.yml
vendored
|
@ -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"
|
||||
|
|
2
.github/workflows/frontend-release.yml
vendored
2
.github/workflows/frontend-release.yml
vendored
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue