Johannes Klein
Johannes Klein
### Contributing guidelines - [X] I've read the [contributing guidelines](https://github.com/docker/build-push-action/blob/master/.github/CONTRIBUTING.md) and wholeheartedly agree ### I've found a bug, and: - [X] The documentation does not mention anything about my problem...
I have a [custom github-actions-cache](https://github.com/falcondev-oss/github-actions-cache-server) setup that works great with my custom github actions runners. All are deployed in a k8s cluster. The caching of npm dependencies works flawlessly. It...
In this PR I changed the action to a "JavaScript action" (as I offered in #158) - this will make it easier to handle additional inputs. I tried to keep...
You have [fallbackSHA here](https://github.com/nrwl/nx-set-shas/blob/main/find-successful-workflow.ts#L20) but it isn't added as one of [the list of arguments](https://github.com/nrwl/nx-set-shas/blob/main/action.yml#L51) here – did you maybe forget to add it, or am I blind and don't...
We have the following situation: our workflow waits at the very end for approval of the production environment deployment. This only happens occasionally. Thus only then are these workflows considered...
This seems to be quite interesting especially since nx started to limit the amount of agents that can connect to their nx cloud concurrently. But I don't unterstand how to...