Skip to content

Commit

Permalink
chore: use ./infrastructure/preview.Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
sw-wayner committed Feb 29, 2024
1 parent a95c36e commit ca061c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-pr-preview.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
uses: docker/build-push-action@v2
with:
context: ./
file: ./Dockerfile
file: ./infrastructure/preview.Dockerfile
push: true
tags: ${{ secrets.DOCKERHUB_USERNAME }}/drive-server-dev:preview-${{ github.event.number }}-${{ github.event.pull_request.head.sha }}
add_preview_label:
Expand Down

0 comments on commit ca061c6

Please sign in to comment.