Peter Evans

Results 334 comments of Peter Evans

/test repository=peter-evans/create-pull-request ref=retry build=true > [Command run output][1] [1]: https://github.com/peter-evans/create-pull-request-tests/actions/runs/898372386

Hi @FabianKoestring I've been following discussions around using `actions/cache` for Docker, but right now I'm not aware of any nice, simple ways to use it. My attempts have ended up...

Hi @rickerp I'm not aware of any native support for Docker layer caching in GitHub Actions yet. However, I did find this third-party action. I've not tested it myself, but...

Hi @wangkexiong Thank you for contributing! This looks like a useful feature and I would be happy to support it in this action. I would like to request some changes...

> createRepository is in the critical path to update description of dockerhub project. That's the reason I made this change. If repository is NOT there, update API will surely fail....

Hi @wangkexiong I've decided not to add this functionality for now. I would like to keep this action as simple as possible. I might come back to it in future,...

Hi @dmotte Glad you have found the action useful. 👍 Thank you for the suggestions. I can see how these features would be convenient, but I wonder if it could...

Opened PR https://github.com/actions/cache/pull/37 with an example for Docker layer caching.

Looks possible by adding `CONST_Database_DSN` in [local.php](https://github.com/peter-evans/nominatim-k8s/blob/master/2.3/local.php) to point to a remote database. ```php @define('CONST_Database_DSN', 'pgsql://@/nominatim'); // ://:@:/ ``` You can see the full list of defaults for Nominatim's settings...

Added an issue for this feature here: https://github.com/peter-evans/nominatim-docker/issues/9