Skip to content

Commit c16d354

Browse files
committed
scope role and update repo name
1 parent 81a99bb commit c16d354

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
uses: aws-actions/configure-aws-credentials@v4
5555
with:
5656
aws-region: 'us-west-2'
57-
role-to-assume: arn:aws:iam::559050242814:role/github-federated-actions-bonsai-services
57+
role-to-assume: arn:aws:iam::559050242814:role/github-federated-actions-push-ecr
5858
role-chaining: true
5959
role-skip-session-tagging: true
6060

@@ -65,7 +65,7 @@ jobs:
6565
- name: Build, tag, and push docker image to Amazon ECR
6666
env:
6767
REGISTRY: ${{ steps.login-ecr.outputs.registry }}
68-
REPOSITORY: bonsaiservices
68+
REPOSITORY: blobstream0
6969
IMAGE_TAG: ${{ github.sha }}
7070
run: |
7171
docker build -t $REGISTRY/$REPOSITORY:$IMAGE_TAG -f ./dockerfiles/blobstream0.Dockerfile .

0 commit comments

Comments
 (0)