Skip to content

Commit 8a29f25

Browse files
authored
Update release.yml
1 parent e9bc3de commit 8a29f25

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,4 @@ jobs:
2424
context: .
2525
file: ./Dockerfile
2626
push: true
27-
tags: ghcr.io/${{ github.repository }}/httpd-proxy:${{ github.event.release.name }} # replace with your image name and tag
27+
tags: ghcr.io/${{ github.repository }}/httpd-proxy:${{ github.ref_name }} # replace with your image name and tag

0 commit comments

Comments
 (0)