Skip to content

Commit c5f51e4

Browse files
authored
Update publish-docker-image.yaml
1 parent 5ad4279 commit c5f51e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish-docker-image.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,6 @@ jobs:
2222
uses: docker/build-push-action@v6
2323
with:
2424
push: true
25-
file: src/Dockerfile
25+
file: Dockerfile
2626
context: "{{defaultContext}}:src"
2727
tags: wshaddix/http-nats-proxy:${{ github.ref_name }}

0 commit comments

Comments
 (0)