From 9439aae5589d6c0ca394b27b95cb2e83992e93ae Mon Sep 17 00:00:00 2001 From: Paramtamtam <7326800+tarampampam@users.noreply.github.com> Date: Wed, 18 Dec 2024 16:47:00 +0400 Subject: [PATCH] fix(ci): Fix the docker image registry used for render.com --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index f3a6ad2d..7f6035c5 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -134,5 +134,5 @@ jobs: env: SRV: ${{ secrets.RENDER_COM_SERVICE_ID }} KEY: ${{ secrets.RENDER_COM_DEPLOY_KEY }} - IMG: docker.io/tarampampam/webhook-tester + IMG: ghcr.io/${{ github.actor }}/${{ github.event.repository.name }} TAG: ${{ steps.slug.outputs.version }} # the same as in the "build-docker-image" job