Skip to content

Commit

Permalink
Use correct image name for validator debug image (#4963)
Browse files Browse the repository at this point in the history
* Use correct image name for validator debug image
* Merge refs/heads/master into fix-validator-debug-image
  • Loading branch information
prestonvanloon committed Feb 28, 2020
1 parent 5a5cdc1 commit af5cc31
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions validator/BUILD.bazel
Expand Up @@ -79,8 +79,8 @@ go_image_debug(
container_bundle(
name = "image_bundle_debug",
images = {
"gcr.io/prysmaticlabs/prysm/beacon-chain:latest-debug": ":image_debug",
"gcr.io/prysmaticlabs/prysm/beacon-chain:{DOCKER_TAG}-debug": ":image_debug",
"gcr.io/prysmaticlabs/prysm/validator:latest-debug": ":image_debug",
"gcr.io/prysmaticlabs/prysm/validator:{DOCKER_TAG}-debug": ":image_debug",
},
tags = ["manual"],
)
Expand Down

0 comments on commit af5cc31

Please sign in to comment.