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 0955179 commit 8e4f9e7
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 @@ -39,5 +39,5 @@ jobs:
access-key-id: "${{ secrets.AWS_ACCESS_KEY_ID }}"
secret-access-key: "${{ secrets.AWS_SECRET_ACCESS_KEY }}"
region: "us-east-2"
local-image: containers.renci.org/eds/"{{ github.event.inputs.in_container }}"
local-image: "containers.renci.org/eds/${{ github.event.inputs.in_container }}"
image: "{{ github.event.inputs.out_container }}"

0 comments on commit 8e4f9e7

Please sign in to comment.