Fix trailing slashes breaking pathname in prod, keep flex for main page div so footer sits properly, misspelling fix #14

Merged
caperren merged 4 commits from website-content-updates into main 2025-12-06 20:07:23 +00:00
2 changed files with 2 additions and 2 deletions
Showing only changes of commit 4f571b3ae1 - Show all commits

View File

@@ -57,7 +57,7 @@ jobs:
- name: Login to Docker Registry - name: Login to Docker Registry
uses: docker/login-action@v3 uses: docker/login-action@v3
with: with:
registry: 192.168.1.36:30008 registry: http://192.168.1.36:30008
username: ${{ secrets.REGISTRY_USERNAME }} username: ${{ secrets.REGISTRY_USERNAME }}
password: ${{ secrets.ACTIONS_TOKEN }} password: ${{ secrets.ACTIONS_TOKEN }}

View File

@@ -57,7 +57,7 @@ jobs:
- name: Login to Docker Registry - name: Login to Docker Registry
uses: docker/login-action@v3 uses: docker/login-action@v3
with: with:
registry: 192.168.1.36:30008 registry: http://192.168.1.36:30008
username: ${{ secrets.REGISTRY_USERNAME }} username: ${{ secrets.REGISTRY_USERNAME }}
password: ${{ secrets.ACTIONS_TOKEN }} password: ${{ secrets.ACTIONS_TOKEN }}