From 554b7087533bddc73e754836b60f9fce1a2bde04 Mon Sep 17 00:00:00 2001 From: Bohdan Ohorodnii Date: Tue, 7 Nov 2023 12:10:25 +0200 Subject: [PATCH] fix deploy variables --- .github/workflows/devnet-deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/devnet-deploy.yml b/.github/workflows/devnet-deploy.yml index 46084326..45309eec 100644 --- a/.github/workflows/devnet-deploy.yml +++ b/.github/workflows/devnet-deploy.yml @@ -92,7 +92,7 @@ jobs: with: task-definition: task-definition.json container-name: "devnet" - image: $REGISTRY/$REPOSITORY:devnet-${{ needs.Build.outputs.image-version }} + image: ${{ env.REGISTRY }}/${{ env.REPOSITORY }}:devnet-${{ needs.Build.outputs.image-version }} # - name: Fill in the new image ID in the Amazon ECS task definition # id: task-def # uses: aws-actions/amazon-ecs-render-task-definition@v1