Skip to content

Commit ad902de

Browse files
authored
chore: tmp disable ecr push
1 parent bd12d16 commit ad902de

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -43,13 +43,13 @@ jobs:
4343
- uses: actions/checkout@v5
4444
- uses: docker/setup-qemu-action@v3
4545
- uses: docker/setup-buildx-action@v3
46-
- uses: aws-actions/configure-aws-credentials@v5
47-
with:
48-
role-to-assume: ${{ secrets.AWS_ROLE_ARN }}
49-
aws-region: ${{ env.AWS_REGION }}
50-
- uses: aws-actions/amazon-ecr-login@v2
51-
with:
52-
registry-type: public
46+
# - uses: aws-actions/configure-aws-credentials@v5
47+
# with:
48+
# role-to-assume: ${{ secrets.AWS_ROLE_ARN }}
49+
# aws-region: ${{ env.AWS_REGION }}
50+
# - uses: aws-actions/amazon-ecr-login@v2
51+
# with:
52+
# registry-type: public
5353
- uses: docker/login-action@v3
5454
with:
5555
registry: ${{ env.GHCR_REGISTRY }}

0 commit comments

Comments
 (0)