Skip to content

update uses path to main #54

update uses path to main

update uses path to main #54

Workflow file for this run

name: Test Building Docker Image and Workspace
on:
push:
branches:
- main
jobs:
build-app-server:
uses: cmu-cabot/cabot-app-server/.github/workflows/build.yaml@main
with:
target: cabot-app-server
secrets:
dockerhub-token: ${{ secrets.DOCKERHUB_TOKEN }}