1
0
Fork 0
mirror of https://github.com/seanmorley15/AdventureLog.git synced 2025-08-08 22:55:19 +02:00

Release workflows

This commit is contained in:
Sean Morley 2024-08-06 09:02:55 -04:00
parent 143f84e910
commit 967a125b2f
5 changed files with 66 additions and 4 deletions

View file

@ -1,11 +1,11 @@
name: Upload Docker image to GHCR
name: Upload latest frontend image to GHCR
on:
push:
branches:
- main
paths:
- 'frontend/**'
- "frontend/**"
env:
IMAGE_NAME: "adventurelog-frontend"