Skip to content

Commit

Permalink
add tag for image in docker push
Browse files Browse the repository at this point in the history
  • Loading branch information
greg committed Sep 6, 2023
1 parent 6a220ff commit 1d67846
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions net/k8s-cluster/src/docker.rs
Original file line number Diff line number Diff line change
Expand Up @@ -217,8 +217,8 @@ WORKDIR /home/solana

// self.docker
let image = format!(
"{}/{}-{}",
self.image_config.registry, validator_type, self.image_config.image_name
"{}/{}-{}:{}",
self.image_config.registry, validator_type, self.image_config.image_name, self.image_config.tag
);
let auth = opts::RegistryAuth::Password {
username: password.to_string(),
Expand Down

0 comments on commit 1d67846

Please sign in to comment.