Skip to content

Commit f3a3cca

Browse files
committed
Update Dockerfile path
1 parent b187787 commit f3a3cca

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/docker-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ jobs:
7474
uses: docker/build-push-action@v6.5.0
7575
with:
7676
context: .
77-
file: ConsoleApp/Dockerfile
77+
file: src/Dockerfile
7878
push: ${{ github.event_name != 'pull_request' }}
7979
tags: ${{ steps.meta.outputs.tags }}
8080
labels: ${{ steps.meta.outputs.labels }}

0 commit comments

Comments
 (0)