Skip to content

Commit

Permalink
ci: fix backend build in CI.
Browse files Browse the repository at this point in the history
  • Loading branch information
zicklag committed Jul 9, 2024
1 parent b194a2a commit d186b8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-backend.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ jobs:
uses: docker/build-push-action@v3
with:
push: true
file: {context}/backend/Dockerfile
file: ./backend/Dockerfile
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
cache-from: type=gha
Expand Down

0 comments on commit d186b8c

Please sign in to comment.