Skip to content

Commit

Permalink
removing invalid double quote
Browse files Browse the repository at this point in the history
  • Loading branch information
PhillipsOwen committed Jul 24, 2023
1 parent 190c926 commit 2d3056a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/aws-ecr-load.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,4 @@ jobs:
secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
region: us-east-2
local-image: containers.renci.org/eds/${{ github.event.inputs.in_container }}
image: {{ github.event.inputs.out_container }}
image: ${{ github.event.inputs.out_container }}

0 comments on commit 2d3056a

Please sign in to comment.