Skip to content

Update dialog UI to be consistent #313

Update dialog UI to be consistent

Update dialog UI to be consistent #313

name: Test build the Docker image
on:
workflow_dispatch:
pull_request:
branches:
- main
jobs:
test-build-docker-image:
runs-on: ubuntu-latest
permissions:
contents: read
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Build Docker image
run: |
docker build .
docker build --build-arg NEPTUNE_NOTEBOOK=true .