Jauder Ho

Results 80 comments of Jauder Ho

@drwetter I push from GHA to Docker Hub and GHCR. See https://github.com/jauderho/dockerfiles/blob/main/.github/workflows/age.yml (lines 51 - 64) for an example.

+1 from me. I have a dockerfiles repo with multiple directories representing different images being built. I was dismayed to find out that dependabot.yml only allows specifying one directory. Even...

I have working arm images here: https://hub.docker.com/r/jauderho/dive/tags

I've been doing some cleanup here, mostly dependencies, typos etc.: https://github.com/jauderho/dive . Feel free to pull/fork or PR is here #377 . Looks like the transition for gocui v0.6.0 to...

@voltagex This is already available here: https://hub.docker.com/r/jauderho/dive/tags

@mprimeaux I do not personally use brew. I just forked homebrew-dive but do not see anything that needs changing at this time. As mentioned earlier, if you want to take...

You might also want to see #252. I'm going to do some experimenting in my [repo](https://github.com/jauderho/dockerfiles/tree/main/.github/workflows)

FWIW, there's a syntax error in the code block below. There is a missing "|" that took me a while to find and correct. This should be the correct invocation:...

I just tried this out on one of my workflows. See https://github.com/jauderho/dockerfiles/actions/workflows/cloudflared.yml Looks like the "Setup Buildx" step now takes longer but I'm assuming that's due to the rest not...

Awesome. Looking forward to everything being merged in.