diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 2ef037e..fa0fd61 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -24,4 +24,4 @@ jobs: context: . file: ./Dockerfile push: true - 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