Skip to content

fix build workspace script to build host workspace #65

fix build workspace script to build host workspace

fix build workspace script to build host workspace #65

Workflow file for this run

name: Test Building Docker Image and Workspace
on:
push:
branches:
- "**"
jobs:
build-bag:
uses: cmu-cabot/cabot/.github/workflows/build.yaml@yushim/prodimg-bag-service
with:
target: bag
secrets:
dockerhub-token: ${{ secrets.DOCKERHUB_TOKEN }}