`Dockerfile` image too old
Docker version 29.0.0 cannot host a client FROM docker:20.10:
Minimum supported API version is 1.44, please upgrade your client to a newer version.
Because this repo seems unmaintained, I switched to maus007/docker-run-action-fork, which seems to work. I'd be happier to continue to use this original, but I couldn't wait.
fork, change docker:20.10 in the Dockerfile to docker:29.
Because this repo seems unmaintained, I switched to maus007/docker-run-action-fork, which seems to work. I'd be happier to continue to use this original, but I couldn't wait.
When doing to, make sure to pin the version to a hashed version.
eg:
uses: maus007/docker-run-action-fork@5ddaad0f7eedd03f64e412b1931852bd3031b273
With the fork, we get sh: syntax error: unexpected ";;" and nothing works. What are we missing?
this just occurred to me today so its still not fixed
Because this repo seems unmaintained, I switched to maus007/docker-run-action-fork, which seems to work. I'd be happier to continue to use this original, but I couldn't wait.
When doing to, make sure to pin the version to a hashed version. eg:
uses: maus007/docker-run-action-fork@5ddaad0f7eedd03f64e412b1931852bd3031b273
Not work!
finally, use docker run for easy use. https://github.com/laoshanxi/app-mesh/commit/0b719c69c31306de6389b9051920d34acdacbd0a
this broken take complex, you can choose docker run cli for easy use.
Seems, this project is abandoned :(
I created new action: https://github.com/marketplace/actions/docker-run-command
fixed version. uses alpine:edge https://github.com/my-garbage-stuff/docker-run-action