2 Commits

Author SHA1 Message Date
Fred Boniface
d693785084 Fix build and push task 2025-12-05 11:02:57 +00:00
Fred Boniface
9b540ea14d Fix format of the referenced secret in the buld & push action 2025-12-05 10:59:40 +00:00

View File

@@ -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:
@@ -27,7 +27,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: