Revert local pointing build changes
All checks were successful
Build and Test - Staging / test (pull_request) Successful in 4m46s
Build and Test - Staging / build_and_push (pull_request) Successful in 5m7s
Build and Test - Staging / deploy_staging (pull_request) Successful in 3s

This commit is contained in:
2025-12-06 11:53:18 -08:00
parent 4f571b3ae1
commit 95c9f186bb
2 changed files with 5 additions and 5 deletions

View File

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

View File

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