A kubernetes operator for creating and managing a cache of container images directly on the cluster worker nodes, so application pods start almost instantly
Apache License 2.0
1.26k
stars
119
forks
source link
Push images to dockerhub when commit is pushed to develop #152
Existing Github action workflow would build amd64 images of kube-fledged, but not push those images to dockerhub.
Modify the workflow such that when commits are pushed to develop branch (for e.g. when PR raised against develop branch is accepted), the built images should be pushed to dockerhub. Those images can then be used for testing.
Existing Github action workflow would build amd64 images of kube-fledged, but not push those images to dockerhub.
Modify the workflow such that when commits are pushed to develop branch (for e.g. when PR raised against develop branch is accepted), the built images should be pushed to dockerhub. Those images can then be used for testing.