Skip to content

Commit fe3f4fd

Browse files
committed
🔖 Add DockerFile path
1 parent 1fd25df commit fe3f4fd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/docker-publish.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,7 @@ jobs:
7575
uses: docker/build-push-action@ad44023a93711e3deb337508980b4b5e9bcdc5dc
7676
with:
7777
context: .
78+
dockerfile: docker/Dockerfile
7879
push: ${{ github.event_name != 'pull_request' }}
7980
tags: ${{ steps.meta.outputs.tags }}
8081
labels: ${{ steps.meta.outputs.labels }}

0 commit comments

Comments
 (0)