fix: align CI push target to westsidekingsandqueens Harbor project (#100) #101

Merged
forgejo_admin merged 1 commit from 100-fix-harbor-image-repo into main 2026-03-27 05:01:34 +00:00

Summary

  • CI was pushing the built image to westside-app/app in Harbor, but the deployment pulls from westsidekingsandqueens/app
  • This one-line fix aligns the CI push target to the correct Harbor project

Changes

  • .woodpecker.yaml: Changed repo: westside-app/app to repo: westsidekingsandqueens/app

Test Plan

  • Tests pass locally
  • Next CI pipeline on main pushes image to westsidekingsandqueens/app in Harbor
  • ArgoCD picks up the new image and deploys successfully

Review Checklist

  • Passed automated review-fix loop
  • No secrets committed
  • No unnecessary file changes
  • Commit messages are descriptive
  • forgejo_admin/westside-app #100 -- the Forgejo issue this PR fixes
  • westside-app -- the project this work belongs to

Closes #100

## Summary - CI was pushing the built image to `westside-app/app` in Harbor, but the deployment pulls from `westsidekingsandqueens/app` - This one-line fix aligns the CI push target to the correct Harbor project ## Changes - `.woodpecker.yaml`: Changed `repo: westside-app/app` to `repo: westsidekingsandqueens/app` ## Test Plan - [ ] Tests pass locally - [ ] Next CI pipeline on main pushes image to `westsidekingsandqueens/app` in Harbor - [ ] ArgoCD picks up the new image and deploys successfully ## Review Checklist - [ ] Passed automated review-fix loop - [ ] No secrets committed - [ ] No unnecessary file changes - [ ] Commit messages are descriptive ## Related Notes - `forgejo_admin/westside-app #100` -- the Forgejo issue this PR fixes - `westside-app` -- the project this work belongs to Closes #100
fix: align CI push target to westsidekingsandqueens Harbor project
All checks were successful
ci/woodpecker/pr/woodpecker Pipeline was successful
27257b342c
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Author
Owner

QA Review -- PR #101

Scope: 1 file changed, 1 addition, 1 deletion.

Diff Analysis

The change is a single-line fix in .woodpecker.yaml:

-      repo: westside-app/app
+      repo: westsidekingsandqueens/app

Review Findings

  • Correctness: The Harbor project name westsidekingsandqueens aligns with the deployment target. This fixes the image push/pull mismatch described in #100.
  • Scope containment: No other files or lines were modified. No clone step changes, no registry URL changes, no insecure setting changes.
  • No secrets committed: Confirmed -- credentials remain in from_secret references.
  • Commit message: Descriptive and follows conventional commit format.

No Issues Found

This is a straightforward one-line config fix with zero risk of side effects.


VERDICT: APPROVE

## QA Review -- PR #101 **Scope:** 1 file changed, 1 addition, 1 deletion. ### Diff Analysis The change is a single-line fix in `.woodpecker.yaml`: ```diff - repo: westside-app/app + repo: westsidekingsandqueens/app ``` ### Review Findings - **Correctness:** The Harbor project name `westsidekingsandqueens` aligns with the deployment target. This fixes the image push/pull mismatch described in #100. - **Scope containment:** No other files or lines were modified. No clone step changes, no registry URL changes, no insecure setting changes. - **No secrets committed:** Confirmed -- credentials remain in `from_secret` references. - **Commit message:** Descriptive and follows conventional commit format. ### No Issues Found This is a straightforward one-line config fix with zero risk of side effects. --- **VERDICT: APPROVE**
forgejo_admin deleted branch 100-fix-harbor-image-repo 2026-03-27 05:01:34 +00:00
Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
forgejo_admin/westside-landing!101
No description provided.