doitintl / kubeip

Assign static public IPs to Kubernetes nodes (GKE, EKS)

Home Page:https://kubeip.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

build.yaml Action is using soon-to-be-deprecated calls like "save-state" and "set-output"

kevholmes opened this issue · comments

The save-state and set-output style commands are being deprecated by GitHub. There are a number of warnings we can see related to these invocations in a recent Actions run.

These should be resolved so the Workflow does not suddenly stop working in the future when GH finally pulls support for this functionality.

I am able to work on a PR to resolve this if there's interest in that.

@kevholmes we would appreciate that, thank you!

@spark2ignite I've fixed these errors and another issue I discovered with the docker login step failing for all external contributor PRs originating from a fork. This will now allow the docker-build Job to run successfully for external contributor's PRs.