Compare commits

..

1 Commits

Author SHA1 Message Date
Savannah Savings 0202e575f6 Merge pull request 'chore: promote Gitea Actions migration to uat' (#7) from dev into uat
CI / lint (push) Successful in 3s
CI / test (push) Successful in 19s
CI / build-and-push (push) Failing after 5s
CI / grype (push) Has been skipped
CI / deploy-dev (push) Has been skipped
CI / deploy-uat (push) Failing after 23s
chore: promote Gitea Actions migration to uat

Dev→UAT promotion for CAR-869 Gitea Actions pipeline.

cc @cpfarhood
2026-05-21 11:56:20 +00:00
2 changed files with 5 additions and 7 deletions
@@ -15,7 +15,7 @@ permissions:
packages: write
env:
REGISTRY: git.farh.net
REGISTRY: ghcr.io
IMAGE_NAME: cartsnitch/receiptwitness
jobs:
@@ -69,12 +69,12 @@ jobs:
echo "version=$VERSION" >> "$GITHUB_OUTPUT"
echo "CalVer tag: $VERSION"
- name: Log in to Gitea Container Registry
- name: Log in to GHCR
uses: docker/login-action@v3
with:
registry: ${{ env.REGISTRY }}
username: ${{ github.actor }}
password: ${{ secrets.REGISTRY_TOKEN }}
password: ${{ secrets.GITHUB_TOKEN }}
- name: Extract metadata
id: meta
@@ -147,7 +147,7 @@ jobs:
- name: Update receiptwitness image tag
run: |
cd infra/apps/overlays/dev
kustomize edit set image git.farh.net/cartsnitch/receiptwitness:sha-${{ github.sha }}
kustomize edit set image ghcr.io/cartsnitch/receiptwitness:sha-${{ github.sha }}
- name: Commit and push to infra
run: |
@@ -181,7 +181,7 @@ jobs:
- name: Update receiptwitness image tag
run: |
cd infra/apps/overlays/uat
kustomize edit set image git.farh.net/cartsnitch/receiptwitness:${{ needs.build-and-push.outputs.calver_tag }}
kustomize edit set image ghcr.io/cartsnitch/receiptwitness:${{ needs.build-and-push.outputs.calver_tag }}
- name: Commit and push to infra
run: |
-2
View File
@@ -21,9 +21,7 @@ dependencies = [
"pydantic-settings>=2.0,<3.0",
"sqlalchemy[asyncio]>=2.0,<3.0",
"asyncpg>=0.29,<1.0",
"psycopg2-binary>=2.9",
"resend>=2.0",
"python-multipart>=0.0.9",
]
[project.optional-dependencies]