Skip to content

Commit

Permalink
Merge branch 'main' into kalilsn/sorting
Browse files Browse the repository at this point in the history
  • Loading branch information
kalilsn authored Mar 4, 2025
2 parents e19947e + 27b2edd commit 536c87b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ecrbuild-template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ jobs:
fi
- name: Build, tag, and push image to Amazon ECR
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
id: build-image
env:
REGISTRY_REF: ${{steps.login-ecr.outputs.registry}}/${{env.ECR_REPOSITORY_PREFIX}}-${{env.PACKAGE}}:cache
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/on_pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@ on:
env:
AWS_REGION: us-east-1

permissions:
id-token: write
contents: read

jobs:
ci:
uses: ./.github/workflows/ci.yml
Expand Down

0 comments on commit 536c87b

Please sign in to comment.