From 5c1b757e2647a1f56aa48d0a4da9df1818f0da6a Mon Sep 17 00:00:00 2001 From: Piotr Pawlowski Date: Fri, 22 Sep 2023 13:42:59 +0200 Subject: [PATCH] Fix deploy workflow input name --- .github/workflows/fileserver-container.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/fileserver-container.yml b/.github/workflows/fileserver-container.yml index ebe77aed..c845d35e 100644 --- a/.github/workflows/fileserver-container.yml +++ b/.github/workflows/fileserver-container.yml @@ -45,7 +45,7 @@ jobs: uses: flowforge/github-actions-workflows/.github/workflows/deploy_container_image.yml@feat-eks-deployment-workflow with: environment: staging - image_name: ${{ needs.build-multi-architecture.outputs.image }} + image: ${{ needs.build-multi-architecture.outputs.image }} secrets: aws_access_key_id: ${{ secrets.STAGING_AWS_ID }} aws_secret_access_key: ${{ secrets.STAGING_AWS_KEY }}