I have a Render service that pulls a Docker image from ghcr.io after a set of tests pass.
Run johnbeynon/render-deploy-action@747373cdb7b9b3f561438e063ee0815b71584f1b
with:
service-id: ***
api-key: ***
wait-for-success: true
Error: Cannot read properties of null (reading 'message')
I appreciate this isn't an official Render project, so I am reporting without any expectation of support. If I track down the issue, I'll report back here.
Update: it looks like commit is null when Render pulls an image rather than building from source, I guess because Render doesn't know anything about the source repository.
I have a Render service that pulls a Docker image from ghcr.io after a set of tests pass.
I appreciate this isn't an official Render project, so I am reporting without any expectation of support. If I track down the issue, I'll report back here.
Update: it looks like
commit
isnull
when Render pulls an image rather than building from source, I guess because Render doesn't know anything about the source repository.It's be great if image-based projects worked, too. Maybe Render could produce an official action that supports this.