mirror of
https://github.com/seanmorley15/AdventureLog.git
synced 2025-08-08 22:55:19 +02:00
Release workflows
This commit is contained in:
parent
143f84e910
commit
967a125b2f
5 changed files with 66 additions and 4 deletions
4
.github/workflows/frontend-latest.yml
vendored
4
.github/workflows/frontend-latest.yml
vendored
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue