CrazyMax

Results 789 comments of CrazyMax

@maxheld83 Can you test with https://github.com/tonistiigi/binfmt/pull/93#issuecomment-1180409687 and let me know?

[V2.0.0](https://github.com/docker/build-push-action/releases/tag/v2.0.0) is now released!

Hi @vfeskov, unfortunately this implementation did not solved my issue. Like I said, I was thinking to check the release status (draft, pre-release, release) : ![image](https://user-images.githubusercontent.com/1951866/48251391-c241ea00-e401-11e8-8225-01008d01a3f6.png) Where : * `release...

Ok legit, I understand the limitation. And unfortunalety, you right [there is no evidence for these flags](https://github.com/isaacs/github/issues/410) in ATOM feeds :persevere:

@hako Hey! > I can already see a tag for 1.0.0 and I assume people are using this tag, perhaps a version above 1.0.0? Yes but this is not a...

@teamayu ueli is available through Portapps if you want to try it: https://portapps.io/app/ueli-portable/

@OJFord Are you able to repro with `uses: crazy-max/ghaction-import-gpg@v3`?: ```yaml - name: Import GPG key id: import_gpg uses: crazy-max/ghaction-import-gpg@v3 with: gpg-private-key: ${{ secrets.GPG_PRIVATE_KEY }} passphrase: ${{ secrets.PASSPHRASE }} ```

@OJFord > I needed v4.1 since it's a signing key only. Ok, fwiw it looks like the key is imported correctly: https://github.com/OJFord/terraform-provider-wireguard/runs/3999550316?check_suite_focus=true#step:4:32. I will try to repro with GoReleaser.