Skip to content

Commit

Permalink
feat: Updating GHA for ECR repository (#25)
Browse files Browse the repository at this point in the history
  • Loading branch information
jmpalomares authored Nov 19, 2024
1 parent d060c23 commit 7ba69ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-push-image-to-ecr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ jobs:
if: inputs.artifactPath != '' && inputs.artifactName != ''
uses: actions/download-artifact@v3
with:
name: ${{ inputs.artifactName }}
path: ${{ inputs.artifactPath }}
name: ${{ inputs.artifactName }}
- name: Configure AWS credentials
uses: aws-actions/configure-aws-credentials@v2
with:
Expand Down

0 comments on commit 7ba69ee

Please sign in to comment.