We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ac39392 commit 48cce2bCopy full SHA for 48cce2b
.github/workflows/verta-build.yaml
@@ -86,6 +86,7 @@ jobs:
86
${{ env.ECR_REPOSITORY }}:${{ steps.image_info.outputs.tag }}
87
88
- name: Configure AWS credentials for us-west-2
89
+ # external components should mirror every merge to verta/main
90
if: startsWith( github.ref, 'refs/heads/release/' ) || ( github.ref == 'refs/heads/verta/main' )
91
uses: aws-actions/configure-aws-credentials@v2
92
with:
@@ -185,6 +186,7 @@ jobs:
185
186
187
188
189
190
191
192
0 commit comments