From c16d3546e9476da6969e64f5eca44b50a5f95f1b Mon Sep 17 00:00:00 2001 From: Rami Lukata <32602478+rlukata@users.noreply.github.com> Date: Mon, 18 Nov 2024 16:46:11 -0800 Subject: [PATCH] scope role and update repo name --- .github/workflows/publish.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 5797a88..831de06 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -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 @@ -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 .