CrazyMax

Results 1192 comments of CrazyMax

@deitch Don't see any issue in your [pipeline](https://github.com/equinix/cloud-provider-equinix-metal/runs/1886486722?check_suite_focus=true#step:7:1774). Have you solved this?

@deitch Looks similar to docker/buildx#472. WDYT @tonistiigi?

@tonistiigi > ``` > #21 1.459 Executing busybox-1.31.1-r9.trigger > #21 1.463 ERROR: busybox-1.31.1-r9.trigger: script exited with error 1 > #21 1.464 Executing ca-certificates-20191127-r2.trigger > #21 1.476 /bin/sh: can't open 'trigger':...

@deitch https://gitlab.alpinelinux.org/alpine/aports/-/issues/11942

@nik-humphries Might be your scope key `${{ github.workflow }}` which contains spaces (`Dev Deploy to ACR`). Also `mode=max` only works with `cache-to`. And I don't see any cached step in...

@nik-humphries Will try to repro and keep you in touch. Thanks.

Ok it looks like the token provided when the workflow is triggered has somehow not the same scope depending of the branch/tag and so can't find the relevant blobs because...

Makes sense, I will compare behaviors of both impl and keep you in touch.

https://github.com/docker/build-push-action/pull/707 should help to figure out scope permissions.