Is there any way to access the Docker build log wh...
# general
f
Is there any way to access the Docker build log when running in Github Actions? It randomly fails for one image regularly but always succeeds when I retry it
Copy code
@ Updating................
    pulumi:pulumi:Stack infra-protected-staging running Error: ' docker build -f ../../mix.Dockerfile --quiet ../.. -t b301d44d-container' failed with exit code 1
    pulumi:pulumi:Stack infra-protected-staging running : Error: ' docker build -f ../../mix.Dockerfile --quiet ../.. -t b301d44d-container' failed with exit code 1
    pulumi:pulumi:Stack infra-protected-staging running     at /snapshot/awsx/node_modules/@pulumi/docker/docker.js:406:19
    pulumi:pulumi:Stack infra-protected-staging running     at Generator.next (<anonymous>)
    pulumi:pulumi:
Maybe I should try v4?