No major minor versions on actions
All checks were successful
Build and Test - Staging / test (pull_request) Successful in 11m13s
Build and Test - Staging / build_and_push (pull_request) Successful in 4m18s
Build and Test - Staging / deploy_staging (pull_request) Successful in 5s

This commit is contained in:
2025-11-12 00:36:01 -08:00
parent 96151d6512
commit 109996989e

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