Skip to content

Angular 18 update

Angular 18 update #51

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@v2
name: Checkout source code
- name: Build the Docker image
run: |
docker build . --tag synbiohub/sbolcanvas:latest
- uses: azure/docker-login@v1
# with:
# username: ${{ secrets.DOCKER_USERNAME }}
# password: ${{ secrets.DOCKER_PASSWORD }}
# - name: Push the image to Docker Hub
# run: |
# docker push synbiohub/sbolcanvas:latest