Skip to content

Commit

Permalink
Revert "Bump ecr-build-push action"
Browse files Browse the repository at this point in the history
This reverts commit db0ebd9.
  • Loading branch information
danielllek committed Nov 13, 2023
1 parent db0ebd9 commit f9e5cb7
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/ecr-build-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit f9e5cb7

Please sign in to comment.