Skip to content

Commit 3f30f00

Browse files
change login ECR region
1 parent b8c4a37 commit 3f30f00

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ on:
44
push:
55
branches:
66
- 'main'
7+
- 'DO-28'
78

89
permissions:
910
id-token: write
@@ -44,7 +45,7 @@ jobs:
4445
uses: aws-actions/configure-aws-credentials@010d0da01d0b5a38af31e9c3470dbfdabdecca3a # pin@v4.0.1
4546
with:
4647
role-to-assume: 'arn:aws:iam::${{ vars.AWS_CICD_ACCOUNT }}:role/ecr-cicd-github'
47-
aws-region: ${{ vars.AWS_CICD_REGION }}
48+
aws-region: 'us-east-1'
4849

4950
- name: Login to Amazon ECR
5051
id: login-ecr
@@ -58,7 +59,7 @@ jobs:
5859
tags: |
5960
type=raw,value=latest
6061
type=raw,value=v.${{ needs.release.outputs.master_tag_name }}
61-
62+
6263
- name: Docker Setup Buildx
6364
uses: docker/setup-buildx-action@6524bf65af31da8d45b59e8c27de4bd072b392f5 # pin@v3.8.0
6465

0 commit comments

Comments
 (0)