From f9e5cb72f056cef14a4c8a20c8d92336e15cf09d Mon Sep 17 00:00:00 2001 From: Daniel Fenert Date: Mon, 13 Nov 2023 11:45:46 +0100 Subject: [PATCH] Revert "Bump ecr-build-push action" This reverts commit db0ebd9ae48c865996506de7b6f297e52ce396de. --- .github/workflows/ecr-build-push.yml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ecr-build-push.yml b/.github/workflows/ecr-build-push.yml index d3251c8..c32e275 100644 --- a/.github/workflows/ecr-build-push.yml +++ b/.github/workflows/ecr-build-push.yml @@ -20,8 +20,15 @@ jobs: steps: - name: Check out repository code uses: actions/checkout@v2 + - name: Checkout GitHub Action Repo + uses: actions/checkout@v2 + with: + repository: worldcoin/gh-actions + ref: v2 + token: ${{ secrets.GIT_HUB_TOKEN }} + path: .github/actions/gh-actions - name: Build & Push to ECR - uses: worldcoin/gh-actions/ecr-build-and-push@ecr-build-and-push-v3 + uses: ./.github/actions/gh-actions/ecr-build-and-push with: ecr_repo: ${{ inputs.ecr_repo }} aws_account_id: ${{ secrets.AWS_ACCOUNT_ID }}