Skip to content

Commit

Permalink
Fix deploy workflow input name
Browse files Browse the repository at this point in the history
  • Loading branch information
ppawlowski committed Sep 22, 2023
1 parent a0c6728 commit 5c1b757
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/fileserver-container.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit 5c1b757

Please sign in to comment.