Skip to content

Commit

Permalink
(tmp) Do not publish to Docker Hub from Buildkite. Only echo the vers…
Browse files Browse the repository at this point in the history
…ions (#775)

This is a temporary change that needs to be in main to enable testing of
Buildkite's tag-triggered build behaviour.
  • Loading branch information
alco authored Dec 21, 2023
1 parent 0b8b363 commit ffcb8a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .buildkite/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@ steps:
- export ELECTRIC_IMAGE_NAME="${DOCKERHUB_REPO}/${IMAGE_NAME}"
- cd ./components/electric
- export ELECTRIC_VERSION=$(make --silent print_version_from_git)
- make docker-build-ci-crossplatform
- echo $ELECTRIC_IMAGE_NAME $ELECTRIC_VERSION

0 comments on commit ffcb8a9

Please sign in to comment.