Skip to content

Commit e45ace7

Browse files
authored
Update publish-docker-image.yaml
1 parent 458d629 commit e45ace7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,5 @@ jobs:
2222
uses: docker/build-push-action@v6
2323
with:
2424
push: true
25-
tags: wshaddix/http-nats-proxy:${{ github.ref_name }}
25+
file: src/Dockerfile
26+
tags: wshaddix/http-nats-proxy:${{ github.ref_name }}

0 commit comments

Comments
 (0)