We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 81a99bb commit c16d354Copy full SHA for c16d354
.github/workflows/publish.yml
@@ -54,7 +54,7 @@ jobs:
54
uses: aws-actions/configure-aws-credentials@v4
55
with:
56
aws-region: 'us-west-2'
57
- 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
58
role-chaining: true
59
role-skip-session-tagging: true
60
@@ -65,7 +65,7 @@ jobs:
65
- name: Build, tag, and push docker image to Amazon ECR
66
env:
67
REGISTRY: ${{ steps.login-ecr.outputs.registry }}
68
- REPOSITORY: bonsaiservices
+ REPOSITORY: blobstream0
69
IMAGE_TAG: ${{ github.sha }}
70
run: |
71
docker build -t $REGISTRY/$REPOSITORY:$IMAGE_TAG -f ./dockerfiles/blobstream0.Dockerfile .
0 commit comments