diff --git a/.gitea/workflows/build-production.yaml b/.gitea/workflows/build-production.yaml index 65173ec..d7cc748 100644 --- a/.gitea/workflows/build-production.yaml +++ b/.gitea/workflows/build-production.yaml @@ -62,10 +62,10 @@ jobs: context: caperren-com push: true tags: | - gitea.perren.cloud/caperren/${{ needs.determine_version.outputs.repo_name }}:${{ needs.determine_version.outputs.repo_version_hash }} + 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.determine_version.outputs.repo_version_hash }} + REPO_VERSION_HASH=${{ needs.test.outputs.repo_version_hash }} BUILD_ENVIRONMENT=production deploy_production: