Jürg Otter
Jürg Otter
One could consider abandoning this action and using [GitHub CLI](https://cli.github.com) instead. GitHub CLI is [preinstalled on all GitHub-hosted runners](https://docs.github.com/en/actions/using-workflows/using-github-cli-in-workflows). It's quite easy to [manage releases](https://cli.github.com/manual/gh_release) with the GitHub CLI: -...
Thank you for the response. --- > tsmode defaults to Authenticode This should be added to the Documentation. > `-m,--tsmode The timestamping mode (RFC3161 or Authenticode), default: Authenticode` --- >...
This might be related to Issue https://github.com/docker/for-mac/issues/7324
> We have a similar issue. `host.docker.internal` now resolves to an IPv6 address. Interesting... `ping` uses the IPv4 address, and it can't ping the IPv6 address: > ping: connect: Network...
So it seems the issue is that with Docker v4.31.0 `host.docker.internal` resolves to an **IPv6 address**, which is in an **unreachable network**... ...so any service trying to _(preferrably)_ use the...
Note: The Docker Image used in the original post *(which lead to discover this isse)* has been updated with a fix for this issue. If someone wants to reproduce using...
> @jo-tools what did you change in the cubesql-webadmin image to make it work on 4.31 ? I've fixed the client connector (*). If the hostname resolves to both IPv4...