Skip to content

Merging updates on angular 18 #22

Merging updates on angular 18

Merging updates on angular 18 #22

Workflow file for this run

name: Build Latest Docker Image
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:latest