diff --git a/.github/workflows/docker-image.yml b/.github/workflows/docker-image.yml index 860f386..85e73a6 100644 --- a/.github/workflows/docker-image.yml +++ b/.github/workflows/docker-image.yml @@ -30,4 +30,4 @@ jobs: file: ./Dockerfile tags: | ghcr.io/g-core/cert-manager-webhook-gcore:latest - ghcr.io/g-core/cert-manager-webhook-gcore:${{ github.ref }} \ No newline at end of file + ghcr.io/g-core/cert-manager-webhook-gcore:${{ github.ref_name }} \ No newline at end of file