ci: build ogcard image on push to main (#10469)

Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
Austin McKinley
2026-05-12 12:45:34 -07:00
committed by GitHub
parent f527b35244
commit f0fec7a9da
@@ -1,11 +1,9 @@
name: build-and-push-ogcard-aws name: build-and-push-ogcard-aws
on: on:
workflow_dispatch: workflow_dispatch:
pull_request: push:
paths: branches:
- "bskyogcard/**" - main
- "Dockerfile.bskyogcard"
- ".github/workflows/build-and-push-ogcard-aws.yaml"
env: env:
REGISTRY: ${{ secrets.AWS_ECR_REGISTRY_USEAST2_PACKAGES_REGISTRY }} REGISTRY: ${{ secrets.AWS_ECR_REGISTRY_USEAST2_PACKAGES_REGISTRY }}