diff --git a/.github/workflows/aws-ecr-load.yml b/.github/workflows/aws-ecr-load.yml index ad15bef..99da5f3 100644 --- a/.github/workflows/aws-ecr-load.yml +++ b/.github/workflows/aws-ecr-load.yml @@ -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 }}