We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec7f0aa commit 71ebdbcCopy full SHA for 71ebdbc
.github/actions/artifacts_build/action.yml
@@ -44,7 +44,7 @@ runs:
44
run_unit_tests: true
45
46
- name: Configure AWS Credentials
47
- if: github.event_name != 'pull_request'
+ if: inputs.push_image == true
48
uses: aws-actions/configure-aws-credentials@v4
49
with:
50
role-to-assume: ${{ inputs.snapshot-ecr-role }}
@@ -66,7 +66,7 @@ runs:
66
uses: docker/setup-buildx-action@v3
67
68
- name: Login to AWS ECR
69
70
uses: docker/login-action@v3
71
72
registry: ${{ inputs.image_registry }}
0 commit comments