From e2e7a5f06884c2539575d1701a5be754303ef8f5 Mon Sep 17 00:00:00 2001 From: Jake Gold Date: Fri, 22 Dec 2023 10:28:59 -0800 Subject: [PATCH] bskyweb: build/push container to AWS on 1.60 branch --- .github/workflows/build-and-push-bskyweb-aws.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/build-and-push-bskyweb-aws.yaml b/.github/workflows/build-and-push-bskyweb-aws.yaml index fef24f952b..03c897df0d 100644 --- a/.github/workflows/build-and-push-bskyweb-aws.yaml +++ b/.github/workflows/build-and-push-bskyweb-aws.yaml @@ -5,6 +5,7 @@ on: - main - traffic-reduction - respect-optout-for-embeds + - 1.60 env: REGISTRY: ${{ secrets.AWS_ECR_REGISTRY_USEAST2_PACKAGES_REGISTRY }} USERNAME: ${{ secrets.AWS_ECR_REGISTRY_USEAST2_PACKAGES_USERNAME }}