Skip to content

Build and Deploy Docker Image #2

Build and Deploy Docker Image

Build and Deploy Docker Image #2

Manually triggered April 30, 2025 09:25
Status Success
Total duration 1m 29s
Artifacts

deploy.yml

on: workflow_dispatch
Build and Deploy
1m 18s
Build and Deploy
Fit to window
Zoom out
Zoom in

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/