Skip to content

Centering when focusing in or out of a part #11

Centering when focusing in or out of a part

Centering when focusing in or out of a part #11

name: Build Latest Backend Docker Image
defaults:
run:
working-directory: ./SBOLCanvasBackend
on:
pull_request:
types: [opened, synchronize, reopened, closed]
branches:
- final
jobs:
build-and-push:
name: Build image and push to Docker Hub
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
name: Checkout source code
- name: Build the Docker image
run: |
docker build . --tag synbiohub/sbolcanvas:backend