Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
obezpalko committed Jun 5, 2024
1 parent d980a89 commit d400633
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ecr/push/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,5 +43,5 @@ runs:
name: Set tags and push
shell: bash
run: |
docker tag ${{ inputs.image-name }} ${{ steps.ecr.output.registry }}/${{ inputs.image-name }}
docker tag ${{ inputs.image-name }} ${{ steps.ecr.outputs.registry }}/${{ inputs.image-name }}

0 comments on commit d400633

Please sign in to comment.