Particular / setup-ravendb-action

Runs RavenDB for a GitHub Actions workflow
MIT License
0 stars 0 forks source link

Use the right version for windows #16

Closed danielmarbach closed 1 year ago

danielmarbach commented 1 year ago

Unfortunately, our validation checks are not yet good enough to capture errors within the setup step so the previous builds were green even though it could not pull the image :(

I guess we have to patch 1.3.0 and at some later stage improve the validation.

ERROR: (InaccessibleImage) The image 'ravendb/ravendb:5.4-ubuntu-latest-ubuntu-latest' in container group 'psw-ravendb5671372820-single' is not accessible. Please check the image and registry credential.
Code: InaccessibleImage
Message: The image 'ravendb/ravendb:5.4-ubuntu-latest-ubuntu-latest' in container group 'psw-ravendb5671372820-single' is not accessible. Please check the image and registry credential.
ERROR: argument --resource-id: expected one argument

https://github.com/Particular/setup-ravendb-action/actions/runs/3573171522/jobs/6006918933

danielmarbach commented 1 year ago

This time they are green green https://github.com/Particular/setup-ravendb-action/actions/runs/3575456063/jobs/6012012500

danielmarbach commented 1 year ago

Raised https://github.com/Particular/setup-ravendb-action/issues/17. Sorry, currently I have no further time to deal with this.