Skip to content

Commit d9b0aae

Browse files
committed
Specify Dockerfile explicitly in docker build step
1 parent 56f24cc commit d9b0aae

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/docker-publish.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ jobs:
5959
uses: docker/build-push-action@v6
6060
with:
6161
context: .
62+
file: Dockerfile
6263
push: ${{ github.event_name != 'pull_request' }}
6364
tags: ${{ steps.meta.outputs.tags }}
6465
labels: ${{ steps.meta.outputs.labels }}

0 commit comments

Comments
 (0)