We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e9bc3de commit 8a29f25Copy full SHA for 8a29f25
.github/workflows/release.yml
@@ -24,4 +24,4 @@ jobs:
24
context: .
25
file: ./Dockerfile
26
push: true
27
- tags: ghcr.io/${{ github.repository }}/httpd-proxy:${{ github.event.release.name }} # replace with your image name and tag
+ tags: ghcr.io/${{ github.repository }}/httpd-proxy:${{ github.ref_name }} # replace with your image name and tag
0 commit comments