Build and Deploy Docker Image #2
deploy.yml
on: workflow_dispatch
Build and Deploy
1m 18s
Annotations
3 warnings
|
Build and Deploy
Error pruning BuildKit cache: Command failed: sudo buildctl --addr tcp://127.0.0.1:1234 prune --keep-duration 168h --all
error: failed to call prune: rpc error: code = Unavailable desc = rpc error: code = Unavailable desc = connection error: desc = "transport: Error while dialing: dial tcp 127.0.0.1:1234: connect: connection refused"
|
|
Build and Deploy
Error pruning buildkit cache: Command failed: sudo buildctl --addr tcp://127.0.0.1:1234 prune --keep-duration 168h --all
error: failed to call prune: rpc error: code = Unavailable desc = rpc error: code = Unavailable desc = connection error: desc = "transport: Error while dialing: dial tcp 127.0.0.1:1234: connect: connection refused"
|
|
The 'as' keyword should match the case of the 'from' keyword:
Dockerfile#L25
FromAsCasing: 'as' and 'FROM' keywords' casing do not match
More info: https://docs.docker.com/go/dockerfile/rule/from-as-casing/
|