Skip to content

Commit

Permalink
Fix dockerfile refs for migrations,frontend (#522)
Browse files Browse the repository at this point in the history
  • Loading branch information
nickzelei authored Nov 7, 2023
1 parent e6976e7 commit d42cd14
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/artifact-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ jobs:
- name: Build and push
uses: depot/build-push-action@v1
with:
file: backend/Dockerfile.migrations
file: docker/Dockerfile.migrations
context: backend
platforms: linux/amd64,linux/arm64
push: ${{ github.event_name != 'pull_request' }}
Expand Down Expand Up @@ -140,6 +140,7 @@ jobs:
- name: Build and push
uses: depot/build-push-action@v1
with:
file: docker/Dockerfile.frontend
context: frontend
platforms: linux/amd64,linux/arm64
push: ${{ github.event_name != 'pull_request' }}
Expand Down

0 comments on commit d42cd14

Please sign in to comment.