Skip to content

Commit c62c15f

Browse files
authored
fix: ensure we upgrade the latest tag of the CLI in dockerhub (#1912)
1 parent fb405c8 commit c62c15f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scripts/release/release.js

+1
Original file line numberDiff line numberDiff line change
@@ -254,6 +254,7 @@ async function main() {
254254
console.log("Build and push a container image".blue);
255255
docker("build", "-t", `scaleway/cli:v${newVersion}`, ".");
256256
docker("push", `scaleway/cli:v${newVersion}`);
257+
docker("push", "scaleway/cli:latest")
257258

258259
//
259260
// Creating post release commit

0 commit comments

Comments
 (0)