diff --git a/.github/workflows/docker-image.yml b/.github/workflows/docker-image.yml index 8ee05fa..860f386 100644 --- a/.github/workflows/docker-image.yml +++ b/.github/workflows/docker-image.yml @@ -29,5 +29,5 @@ jobs: context: . file: ./Dockerfile tags: | - ghcr.io/${{ github.repository }}:latest - ghcr.io/${{ github.repository }}:${{ github.ref }} \ No newline at end of file + 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