Skip to content

Commit 445612a

Browse files
chore: get/create ecr repo command. update filter actions version (#5)
* chore: get/create ecr repo command. update filter actions version
1 parent 74d2937 commit 445612a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: .github/workflows/infrastructure.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
- name: Install
3333
run: npm ci
3434

35-
- uses: dorny/paths-filter@v2.2.1
35+
- uses: dorny/paths-filter@v3
3636
id: filter
3737
with:
3838
filters: |
@@ -62,7 +62,7 @@ jobs:
6262
run: |
6363
# aws --version
6464
# aws ecr get-login-password --region ${{ secrets.AWS_REGION }} | docker login --username AWS --password-stdin ${{ env.ECR_URI }}
65-
# aws ecr describe-repositories --repository-names base || aws ecr create-repository --repository-name base
65+
aws ecr describe-repositories --repository-names base || aws ecr create-repository --repository-name base
6666
6767
# REPOSITORY_URI=${{ env.ECR_URI }}/base
6868

0 commit comments

Comments
 (0)