More website content updates #10

Merged
caperren merged 20 commits from website-content-updates into main 2025-12-05 10:00:14 +00:00
Showing only changes of commit 109996989e - Show all commits

View File

@@ -49,17 +49,17 @@ jobs:
path: caperren-com path: caperren-com
- name: Login to Docker Registry - name: Login to Docker Registry
uses: docker/login-action@v3.6 uses: docker/login-action@v3
with: with:
registry: gitea.perren.cloud registry: gitea.perren.cloud
username: ${{ secrets.REGISTRY_USERNAME }} username: ${{ secrets.REGISTRY_USERNAME }}
password: ${{ secrets.ACTIONS_TOKEN }} password: ${{ secrets.ACTIONS_TOKEN }}
- name: Set up Docker Buildx - name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3.11.1 uses: docker/setup-buildx-action@v3
- name: Build and Push - name: Build and Push
uses: docker/build-push-action@v6.18 uses: docker/build-push-action@v6
with: with:
context: caperren-com context: caperren-com
push: true push: true