Skip to content

Commit

Permalink
Improve usage example
Browse files Browse the repository at this point in the history
  • Loading branch information
vitr committed Aug 15, 2023
1 parent 7c7cb62 commit dc527df
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,13 @@ jobs:
build-and-push:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v2
- uses: vitr/actions-build-and-upload-to-ecs@master
with:
access_key_id: ${{ secrets.AWS_ACCESS_KEY_ID }}
secret_access_key: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
account_id: ${{ secrets.AWS_ACCOUNT_ID }}
repo: docker/repo
repo: aws-ecr-repo
region: ap-northeast-2
tags: latest,${{ github.sha }}
create_repo: true
Expand Down

0 comments on commit dc527df

Please sign in to comment.