Skip to content

Commit

Permalink
Enable docker build for all builds
Browse files Browse the repository at this point in the history
  • Loading branch information
paolino committed Jul 15, 2024
1 parent 488d762 commit 7d0ff08
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .buildkite/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -473,18 +473,10 @@ steps:
- group: Docker Artifacts
key: docker-artifacts
steps:
- block: Build Docker Artifacts
if: |
build.branch !~ /^gh-readonly-queue\/master/
&& build.branch != "master"
&& build.env("RELEASE_CANDIDATE") == null
&& build.tag !~ /^v20/
key: docker-artifacts-block

- label: Build Docker Image
key: docker-build
depends_on:
- docker-artifacts-block
- linux-nix
commands:
./scripts/buildkite/release/docker-build.sh
Expand Down

0 comments on commit 7d0ff08

Please sign in to comment.