Skip to content

Commit

Permalink
chore: attempt fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Oluwatunmise-olat committed Jan 29, 2024
1 parent 3ca0fd1 commit 7172897
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/pre-deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,9 @@ jobs:
- name: Set Build Input
run: echo "BUILD_PATH=${{ needs.build_app.outputs.BUILD_PATH }}" >> $GITHUB_ENV

- name: Copy Dist Directory
run: cp -R $BUILD_PATH .

- name: Build and Push Docker Image to Amazon ECR
run: |
docker build -t ${{ secrets.REGISTRY_URL }}/${{ secrets.REPOSITORY_NAME }}:latest .
Expand Down

0 comments on commit 7172897

Please sign in to comment.