Compare commits
3 Commits
2025.12.05
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
b1256550c0 | ||
|
|
d693785084 | ||
|
|
9b540ea14d |
@@ -1,6 +1,8 @@
|
|||||||
node_modules
|
node_modules
|
||||||
Dockerfile
|
Dockerfile
|
||||||
|
|
||||||
|
.gitignore
|
||||||
|
|
||||||
# Output
|
# Output
|
||||||
.output
|
.output
|
||||||
.vercel
|
.vercel
|
||||||
|
|||||||
@@ -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:
|
||||||
@@ -27,7 +27,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
registry: ${{ env.GITEA_DOMAIN }}
|
registry: ${{ env.GITEA_DOMAIN }}
|
||||||
username: ${{ env.GITEA_REGISTRY_USER }}
|
username: ${{ env.GITEA_REGISTRY_USER }}
|
||||||
password: ${{ secret.REGISTRY_TOKEN }}
|
password: ${{ secrets.REGISTRY_TOKEN }}
|
||||||
- name: Build and Push image
|
- name: Build and Push image
|
||||||
uses: docker/build-push-action@v6
|
uses: docker/build-push-action@v6
|
||||||
with:
|
with:
|
||||||
|
|||||||
Reference in New Issue
Block a user