Compare commits
7 Commits
2025.12.04
...
2025.12.30
| Author | SHA1 | Date | |
|---|---|---|---|
| d3c811ac39 | |||
| 2d67933bb9 | |||
| e5857be094 | |||
| c7264f6544 | |||
| 3378c67156 | |||
|
|
b1256550c0 | ||
|
|
d693785084 |
@@ -1,6 +1,8 @@
|
|||||||
node_modules
|
node_modules
|
||||||
Dockerfile
|
Dockerfile
|
||||||
|
|
||||||
|
.gitignore
|
||||||
|
|
||||||
# Output
|
# Output
|
||||||
.output
|
.output
|
||||||
.vercel
|
.vercel
|
||||||
|
|||||||
3
.gitattributes
vendored
Normal file
3
.gitattributes
vendored
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
*.jpeg filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.jpg filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.png filter=lfs diff=lfs merge=lfs -text
|
||||||
@@ -8,7 +8,7 @@ on:
|
|||||||
env:
|
env:
|
||||||
GITEA_DOMAIN: git.fjla.uk
|
GITEA_DOMAIN: git.fjla.uk
|
||||||
GITEA_REGISTRY_USER: fred.boniface
|
GITEA_REGISTRY_USER: fred.boniface
|
||||||
RESULT_IMAGE_NAME: owner/image
|
RESULT_IMAGE_NAME: fred.boniface/fjla-home
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build-and-push-image:
|
build-and-push-image:
|
||||||
@@ -20,6 +20,8 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- name: Checkout repository
|
- name: Checkout repository
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
with:
|
||||||
|
lfs: true
|
||||||
- name: Set up Docker Buildx
|
- name: Set up Docker Buildx
|
||||||
uses: docker/setup-buildx-action@v3
|
uses: docker/setup-buildx-action@v3
|
||||||
- name: Login to Gitea Container Registry
|
- name: Login to Gitea Container Registry
|
||||||
|
|||||||
Binary file not shown.
|
Before Width: | Height: | Size: 4.2 KiB After Width: | Height: | Size: 129 B |
BIN
static/profile/fred.boniface.jpg
LFS
Normal file
BIN
static/profile/fred.boniface.jpg
LFS
Normal file
Binary file not shown.
BIN
static/profile/fred.jpg
LFS
Normal file
BIN
static/profile/fred.jpg
LFS
Normal file
Binary file not shown.
BIN
static/profile/jade.boniface.jpg
LFS
Normal file
BIN
static/profile/jade.boniface.jpg
LFS
Normal file
Binary file not shown.
BIN
static/profile/jade.jpg
LFS
Normal file
BIN
static/profile/jade.jpg
LFS
Normal file
Binary file not shown.
BIN
static/profile/lucy.boniface.jpg
LFS
Normal file
BIN
static/profile/lucy.boniface.jpg
LFS
Normal file
Binary file not shown.
Reference in New Issue
Block a user