Skip to content

Commit 50ba277

Browse files
committed
ci: check-cloudfront-config job
Signed-off-by: CrazyMax <[email protected]>
1 parent 9ee4e85 commit 50ba277

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

.github/workflows/build.yml

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,3 +98,23 @@ jobs:
9898
set: |
9999
*.cache-from=type=gha,scope=releaser
100100
*.cache-to=type=gha,scope=releaser,mode=max
101+
102+
check-cloudfront-config:
103+
if: ${{ github.event_name == 'pull_request' }}
104+
runs-on: ubuntu-24.04
105+
needs:
106+
- build-releaser
107+
env:
108+
DRY_RUN: true
109+
AWS_REGION: us-east-1
110+
AWS_CLOUDFRONT_ID: 0123456789ABCD
111+
AWS_LAMBDA_FUNCTION: DockerDocsRedirectFunction-dummy
112+
steps:
113+
-
114+
name: Checkout
115+
uses: actions/checkout@v4
116+
-
117+
name: Check Cloudfront config
118+
uses: docker/bake-action@v5
119+
with:
120+
targets: aws-cloudfront-update

0 commit comments

Comments
 (0)