Skip to content

Commit

Permalink
[ci] Set PUSH_SHA_TAG env var to true (#308)
Browse files Browse the repository at this point in the history
  • Loading branch information
jeromefroe authored Oct 26, 2021
1 parent 8a22d24 commit 7db8ed7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .buildkite/image-release-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ steps:
command: ".ci/docker/build.sh"
env:
M3_DOCKER_REPO: quay.io/m3db
PUSH_SHA_TAG: true
agents:
queue: builders
timeout_in_minutes: 60
Expand All @@ -20,6 +21,7 @@ steps:
command: ".ci/docker/build.sh"
env:
M3_DOCKER_REPO: quay.io/m3
PUSH_SHA_TAG: true
agents:
queue: builders
timeout_in_minutes: 60
Expand Down

0 comments on commit 7db8ed7

Please sign in to comment.