Skip to content

Bump DEEPHAVEN_VERSION to 0.36.1 #280

Bump DEEPHAVEN_VERSION to 0.36.1

Bump DEEPHAVEN_VERSION to 0.36.1 #280

Workflow file for this run

name: Release CI
on:
pull_request:
branches: [ main ]
push:
branches: [ 'main', 'release/v*' ]
# For maximum cache coherency, ensure only one outstanding build at any given time
concurrency: release
jobs:
build:
runs-on: ubuntu-24.04-4-16
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Set up QEMU
uses: docker/setup-qemu-action@v3
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
- name: Login to ghcr.io
uses: docker/login-action@v3
with:
registry: ghcr.io
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
- name: Bake
uses: docker/bake-action@v5.7.0
with:
targets: server,server-slim,server-all-ai,server-nltk,server-pytorch,server-sklearn,server-tensorflow,server-ui
files: server.hcl,server-slim.hcl
pull: true
env:
MULTI_ARCH: true
RELEASE: ${{ startsWith(github.ref, 'refs/heads/release/v') }}
REPO_PREFIX: ghcr.io/${{ github.repository_owner }}/