Skip to content

Commit

Permalink
ci: fix path to custom action
Browse files Browse the repository at this point in the history
  • Loading branch information
rosado committed Jul 29, 2024
1 parent 776c8f6 commit 53ad84b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-to-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ jobs:
- uses: aws-actions/amazon-ecr-login@v2

- name: Build & Push Docker images
uses: ./github/actions/build-and-push
uses: ./.github/actions/build-and-push

detect-environments:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 53ad84b

Please sign in to comment.