Skip to content

Commit

Permalink
scope role and update repo name
Browse files Browse the repository at this point in the history
  • Loading branch information
rlukata committed Nov 19, 2024
1 parent 81a99bb commit c16d354
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
uses: aws-actions/configure-aws-credentials@v4
with:
aws-region: 'us-west-2'
role-to-assume: arn:aws:iam::559050242814:role/github-federated-actions-bonsai-services
role-to-assume: arn:aws:iam::559050242814:role/github-federated-actions-push-ecr
role-chaining: true
role-skip-session-tagging: true

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

0 comments on commit c16d354

Please sign in to comment.