Skip to content

Commit

Permalink
chore(release): Loosen the tag regex a little more (#615)
Browse files Browse the repository at this point in the history
Follow-up from 839945b
  • Loading branch information
alco authored Nov 3, 2023
1 parent 1ab9104 commit b94a718
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 @@ -19,7 +19,7 @@ steps:
- make docker-build-ci
- wait
- label: ":rocket: Publish the image to DockerHub"
if: build.tag =~ /^@core\/electric@/
if: build.tag =~ /@core\/electric@/
command:
- export ELECTRIC_IMAGE_NAME="${DOCKERHUB_REPO}/${IMAGE_NAME}"
- cd ./components/electric
Expand Down

0 comments on commit b94a718

Please sign in to comment.