Skip to content

Commit

Permalink
fix(ci): Fix the docker image registry used for render.com
Browse files Browse the repository at this point in the history
  • Loading branch information
tarampampam committed Dec 18, 2024
1 parent b84543c commit 9439aae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 9439aae

Please sign in to comment.