Skip to content

Commit e29323f

Browse files
committed
chore: fix deploy-bot workflow
1 parent 4f6dcbe commit e29323f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/deploy-bot.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
uses: docker/build-push-action@v6
5555
with:
5656
context: .
57-
file: bot.Dockerfile
57+
file: Dockerfile
5858
push: ${{ github.repository_owner == 'one-zero-eight' && 'true' || 'false' }}
5959
tags: ${{ steps.meta.outputs.tags }}
6060
labels: ${{ steps.meta.outputs.labels }}

0 commit comments

Comments
 (0)