From 31e50aeed880de778ba19639a87a8b232852a0cb Mon Sep 17 00:00:00 2001 From: BinamB Date: Fri, 13 Dec 2024 10:37:11 -0600 Subject: [PATCH] fix image --- .github/workflows/ci.yaml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index ccdd31302..dafef46f1 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -20,10 +20,12 @@ jobs: test-script: 'tests/ci_commands_script.sh' run-coveralls: true - ci: + BuildImageAndPush: name: Build Image and Push - # TODO Uncomment after PXP-9212 - # needs: Security + needs: Security + with: + BUILD_PLATFORMS: "linux/amd64" + # https://github.com/uc-cdis/.github/blob/master/.github/workflows/image_build_push.yaml uses: uc-cdis/.github/.github/workflows/image_build_push.yaml@master secrets: ECR_AWS_ACCESS_KEY_ID: ${{ secrets.ECR_AWS_ACCESS_KEY_ID }}