From 431899ac2a8377c23c95878cef7ceb0381879618 Mon Sep 17 00:00:00 2001 From: Bryan Ciaraldi Date: Wed, 20 Nov 2024 10:54:25 -0800 Subject: [PATCH] missing depot cli --- .github/workflows/container-images-ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/container-images-ci.yml b/.github/workflows/container-images-ci.yml index d85be699eaa..314a0213a2f 100644 --- a/.github/workflows/container-images-ci.yml +++ b/.github/workflows/container-images-ci.yml @@ -37,6 +37,9 @@ jobs: - name: Check out uses: actions/checkout@v3 + - name: Set up Depot CLI + uses: depot/setup-action@v1 + # Configure AWS credentials - name: Configure AWS credentials uses: aws-actions/configure-aws-credentials@v4