Skip to content

Commit

Permalink
bug :: lock 옵션 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
rlaisqls authored Jun 26, 2024
1 parent 22c24d8 commit 325d2d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/add_ecr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
run: |
terraform import -var 'cloudflare_api_token=${{ env.CLOUDFLARE_API_TOKEN }}' \
'module.${{ github.event.client_payload.environment }}_ecr["${{ github.event.client_payload.repository_name }}"].aws_ecr_repository.repo' \
${{ github.event.client_payload.repository_name }}
${{ github.event.client_payload.repository_name }} -lock=false
- name: Commit with new ECR
uses: stefanzweifel/git-auto-commit-action@v4
Expand Down

0 comments on commit 325d2d3

Please sign in to comment.