We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b8c4a37 commit 3f30f00Copy full SHA for 3f30f00
.github/workflows/release.yml
@@ -4,6 +4,7 @@ on:
4
push:
5
branches:
6
- 'main'
7
+ - 'DO-28'
8
9
permissions:
10
id-token: write
@@ -44,7 +45,7 @@ jobs:
44
45
uses: aws-actions/configure-aws-credentials@010d0da01d0b5a38af31e9c3470dbfdabdecca3a # pin@v4.0.1
46
with:
47
role-to-assume: 'arn:aws:iam::${{ vars.AWS_CICD_ACCOUNT }}:role/ecr-cicd-github'
- aws-region: ${{ vars.AWS_CICD_REGION }}
48
+ aws-region: 'us-east-1'
49
50
- name: Login to Amazon ECR
51
id: login-ecr
@@ -58,7 +59,7 @@ jobs:
58
59
tags: |
60
type=raw,value=latest
61
type=raw,value=v.${{ needs.release.outputs.master_tag_name }}
-
62
+
63
- name: Docker Setup Buildx
64
uses: docker/setup-buildx-action@6524bf65af31da8d45b59e8c27de4bd072b392f5 # pin@v3.8.0
65
0 commit comments