Skip to content

Commit

Permalink
fix: Fix correct Dockerfile in Action
Browse files Browse the repository at this point in the history
  • Loading branch information
amaury1093 committed Jan 6, 2025
1 parent 6dd6fb0 commit 4d4d91e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/deploy_backend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ jobs:
uses: elgohr/Publish-Docker-Github-Action@v5
with:
name: reacherhq/sqs
dockerfile: sqs/Dockerfile
username: ${{ steps.ecr.outputs.username }}
password: ${{ steps.ecr.outputs.password }}
registry: ${{ steps.ecr.outputs.registry }}
Expand Down

0 comments on commit 4d4d91e

Please sign in to comment.