ci: build link image on push to main

Same fix as the bskyogcard workflow (#10469): this one only triggered
on pull_request, so merges to main produced no fresh ECR image for
bskylink. Match the bskyweb-aws pattern: push on main +
workflow_dispatch.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
Austin McKinley
2026-05-12 12:59:12 -07:00
parent a8debddd08
commit 00d6c884e5
@@ -1,11 +1,9 @@
name: build-and-push-link-aws
on:
workflow_dispatch:
pull_request:
paths:
- "bskylink/**"
- "Dockerfile.bskylink"
- ".github/workflows/build-and-push-link-aws.yaml"
push:
branches:
- main
env:
REGISTRY: ${{ secrets.AWS_ECR_REGISTRY_USEAST2_PACKAGES_REGISTRY }}