We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb405c8 commit c62c15fCopy full SHA for c62c15f
1 file changed
scripts/release/release.js
@@ -254,6 +254,7 @@ async function main() {
254
console.log("Build and push a container image".blue);
255
docker("build", "-t", `scaleway/cli:v${newVersion}`, ".");
256
docker("push", `scaleway/cli:v${newVersion}`);
257
+ docker("push", "scaleway/cli:latest")
258
259
//
260
// Creating post release commit
0 commit comments