Compare commits
5 Commits
2025.12.05
...
c7264f6544
| Author | SHA1 | Date | |
|---|---|---|---|
| c7264f6544 | |||
| 3378c67156 | |||
|
|
b1256550c0 | ||
|
|
d693785084 | ||
|
|
9b540ea14d |
@@ -1,6 +1,8 @@
|
||||
node_modules
|
||||
Dockerfile
|
||||
|
||||
.gitignore
|
||||
|
||||
# Output
|
||||
.output
|
||||
.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:
|
||||
GITEA_DOMAIN: git.fjla.uk
|
||||
GITEA_REGISTRY_USER: fred.boniface
|
||||
RESULT_IMAGE_NAME: owner/image
|
||||
RESULT_IMAGE_NAME: fred.boniface/fjla-home
|
||||
|
||||
jobs:
|
||||
build-and-push-image:
|
||||
@@ -20,6 +20,8 @@ jobs:
|
||||
steps:
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
lfs: true
|
||||
- name: Set up Docker Buildx
|
||||
uses: docker/setup-buildx-action@v3
|
||||
- name: Login to Gitea Container Registry
|
||||
@@ -27,7 +29,7 @@ jobs:
|
||||
with:
|
||||
registry: ${{ env.GITEA_DOMAIN }}
|
||||
username: ${{ env.GITEA_REGISTRY_USER }}
|
||||
password: ${{ secret.REGISTRY_TOKEN }}
|
||||
password: ${{ secrets.REGISTRY_TOKEN }}
|
||||
- name: Build and Push image
|
||||
uses: docker/build-push-action@v6
|
||||
with:
|
||||
|
||||
Reference in New Issue
Block a user