Skip to content

Commit

Permalink
[deploy] fix docker build context
Browse files Browse the repository at this point in the history
  • Loading branch information
capcom6 committed Oct 20, 2024
1 parent d7f5b9d commit 37819a7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/docker-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ jobs:
- name: Build and push Docker image
uses: docker/build-push-action@v5
with:
context: .
file: ./Dockerfile
push: true
tags: ${{ steps.meta.outputs.tags }}
Expand Down

0 comments on commit 37819a7

Please sign in to comment.