The current CI workflows allow us to release both versioned and snapshot releases. However, we also need a way to build a local Docker image, which can be used in a local development cluster.
Additionally, we are using GoReleaser to build the Docker images, but it seems rather clunky to have to deal with it if we don't need other features. We should modify hack/release-snapshot.sh to avoid using GoReleaser.
The current CI workflows allow us to release both versioned and snapshot releases. However, we also need a way to build a local Docker image, which can be used in a local development cluster.
Additionally, we are using GoReleaser to build the Docker images, but it seems rather clunky to have to deal with it if we don't need other features. We should modify
hack/release-snapshot.sh
to avoid using GoReleaser.