Round two, trying local gitea actions
Some checks failed
Build and Test - Staging / test (pull_request) Successful in 5m1s
Build and Test - Staging / build_and_push (pull_request) Failing after 4m45s
Build and Test - Staging / deploy_staging (pull_request) Successful in 2s

This commit is contained in:
2025-12-11 11:38:42 -08:00
parent 649b596c7c
commit 028637fdd3

View File

@@ -57,7 +57,7 @@ jobs:
- name: Login to Docker Registry
uses: docker/login-action@v3
with:
registry: gitea.perren.cloud
registry: 192.168.1.36:30008
username: ${{ secrets.REGISTRY_USERNAME }}
password: ${{ secrets.ACTIONS_TOKEN }}
@@ -70,7 +70,7 @@ jobs:
context: caperren-com
push: true
tags: |
gitea.perren.cloud/caperren/caperren-com:latest-staging
192.168.1.36:30008/caperren/caperren-com:latest-staging
build-args: |
REPO_VERSION_HASH=${{ needs.test.outputs.repo_version_hash }}
BUILD_ENVIRONMENT=staging