Skip to content

Commit

Permalink
fix: wrong dockerfile path
Browse files Browse the repository at this point in the history
  • Loading branch information
Colin-XKL committed Oct 2, 2024
1 parent 6ab559e commit edc4efd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ jobs:
id: build-and-push
uses: docker/build-push-action@5cd11c3a4ced054e52742c5fd54dca954e0edd85 # v6.7.0
with:
file: build/Dockerfile
file: Dockerfile
context: .
push: ${{ github.event_name != 'pull_request' }}
tags: ${{ steps.meta.outputs.tags }}
Expand Down

0 comments on commit edc4efd

Please sign in to comment.